Interface LabPlan.UpdateStages.WithAllowedRegions

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

public static interface LabPlan.UpdateStages.WithAllowedRegions
The stage of the LabPlan update allowing to specify allowedRegions.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAllowedRegions(List<String> allowedRegions)
    Specifies the allowedRegions property: The allowed regions for the lab creator to use when creating labs using this lab plan..
  • Method Details

    • withAllowedRegions

      LabPlan.Update withAllowedRegions(List<String> allowedRegions)
      Specifies the allowedRegions property: The allowed regions for the lab creator to use when creating labs using this lab plan..
      Parameters:
      allowedRegions - The allowed regions for the lab creator to use when creating labs using this lab plan.
      Returns:
      the next definition stage.