Class PlacementPolicyType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PlacementPolicyType>
com.azure.resourcemanager.avs.models.PlacementPolicyType

public final class PlacementPolicyType extends com.azure.core.util.ExpandableStringEnum<PlacementPolicyType>
placement policy type.
  • Field Details

    • VM_VM

      public static final PlacementPolicyType VM_VM
      Static value VmVm for PlacementPolicyType.
    • VM_HOST

      public static final PlacementPolicyType VM_HOST
      Static value VmHost for PlacementPolicyType.
  • Constructor Details

    • PlacementPolicyType

      public PlacementPolicyType()
  • Method Details

    • fromString

      public static PlacementPolicyType fromString(String name)
      Creates or finds a PlacementPolicyType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PlacementPolicyType.
    • values

      public static Collection<PlacementPolicyType> values()
      Gets known PlacementPolicyType values.
      Returns:
      known PlacementPolicyType values.