Interface LabPlan.UpdateStages.WithDefaultNetworkProfile

All Known Subinterfaces:
LabPlan.Update
Enclosing interface:
LabPlan.UpdateStages

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

    • withDefaultNetworkProfile

      LabPlan.Update 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.