Interface LabPlan.DefinitionStages.WithDefaultNetworkProfile

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

public static interface LabPlan.DefinitionStages.WithDefaultNetworkProfile
The stage of the LabPlan definition allowing to specify defaultNetworkProfile.
  • Method Details

    • withDefaultNetworkProfile

      LabPlan.DefinitionStages.WithCreate withDefaultNetworkProfile(LabPlanNetworkProfile defaultNetworkProfile)
      Specifies the defaultNetworkProfile property: The lab plan network profile. To enforce lab network policies they must be defined here and cannot be changed when there are existing labs associated with this lab plan..
      Parameters:
      defaultNetworkProfile - The lab plan network profile. To enforce lab network policies they must be defined here and cannot be changed when there are existing labs associated with this lab plan.
      Returns:
      the next definition stage.