Interface LabPlan.DefinitionStages.WithAllowedRegions

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

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

    • withAllowedRegions

      LabPlan.DefinitionStages.WithCreate 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.