Class ProximityPlacementGroupType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ProximityPlacementGroupType>
com.microsoft.azure.management.compute.ProximityPlacementGroupType
public final class ProximityPlacementGroupType
extends com.microsoft.rest.ExpandableStringEnum<ProximityPlacementGroupType>
Defines values for ProximityPlacementGroupType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProximityPlacementGroupType
Static value Standard for ProximityPlacementGroupType.static final ProximityPlacementGroupType
Static value Ultra for ProximityPlacementGroupType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProximityPlacementGroupType
fromString
(String name) Creates or finds a ProximityPlacementGroupType from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
STANDARD
Static value Standard for ProximityPlacementGroupType. -
ULTRA
Static value Ultra for ProximityPlacementGroupType.
-
-
Constructor Details
-
ProximityPlacementGroupType
public ProximityPlacementGroupType()
-
-
Method Details
-
fromString
Creates or finds a ProximityPlacementGroupType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ProximityPlacementGroupType
-
values
- Returns:
- known ProximityPlacementGroupType values
-