Class Expander
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Expander>
com.microsoft.azure.management.containerservice.Expander
Defines values for Expander.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Expander
fromString
(String name) Creates or finds a Expander from its string representation.static Collection<Expander>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
LEAST_WASTE
Static value least-waste for Expander. -
MOST_PODS
Static value most-pods for Expander. -
RANDOM
Static value random for Expander.
-
-
Constructor Details
-
Expander
public Expander()
-
-
Method Details
-
fromString
Creates or finds a Expander from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding Expander
-
values
- Returns:
- known Expander values
-