Interface Lab.DefinitionStages.WithNetworkProfile

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

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

    • withNetworkProfile

      Lab.DefinitionStages.WithCreate withNetworkProfile(LabNetworkProfile networkProfile)
      Specifies the networkProfile property: The network profile for the lab, typically applied via a lab plan. This profile cannot be modified once a lab has been created..
      Parameters:
      networkProfile - The network profile for the lab, typically applied via a lab plan. This profile cannot be modified once a lab has been created.
      Returns:
      the next definition stage.