Interface Lab.DefinitionStages.WithConnectionProfile

All Known Subinterfaces:
Lab.Definition, Lab.DefinitionStages.WithCreate
Enclosing interface:
Lab.DefinitionStages

public static interface Lab.DefinitionStages.WithConnectionProfile
The stage of the Lab definition allowing to specify connectionProfile.
  • Method Details

    • withConnectionProfile

      Lab.DefinitionStages.WithCreate withConnectionProfile(ConnectionProfile connectionProfile)
      Specifies the connectionProfile property: The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open..
      Parameters:
      connectionProfile - The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open.
      Returns:
      the next definition stage.