Class NodeSize
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<NodeSize>
-
- com.azure.resourcemanager.synapse.models.NodeSize
-
public final class NodeSize extends com.azure.core.util.ExpandableStringEnum<NodeSize>
Defines values for NodeSize.
-
-
Field Summary
Fields Modifier and Type Field Description static NodeSize
LARGE
Static value Large for NodeSize.static NodeSize
MEDIUM
Static value Medium for NodeSize.static NodeSize
NONE
Static value None for NodeSize.static NodeSize
SMALL
Static value Small for NodeSize.static NodeSize
XLARGE
Static value XLarge for NodeSize.static NodeSize
XXLARGE
Static value XXLarge for NodeSize.static NodeSize
XXXLARGE
Static value XXXLarge for NodeSize.
-
Constructor Summary
Constructors Constructor Description NodeSize()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeSize
fromString(String name)
Creates or finds a NodeSize from its string representation.static Collection<NodeSize>
values()
-
-
-
Field Detail
-
NONE
public static final NodeSize NONE
Static value None for NodeSize.
-
SMALL
public static final NodeSize SMALL
Static value Small for NodeSize.
-
MEDIUM
public static final NodeSize MEDIUM
Static value Medium for NodeSize.
-
LARGE
public static final NodeSize LARGE
Static value Large for NodeSize.
-
XLARGE
public static final NodeSize XLARGE
Static value XLarge for NodeSize.
-
XXLARGE
public static final NodeSize XXLARGE
Static value XXLarge for NodeSize.
-
XXXLARGE
public static final NodeSize XXXLARGE
Static value XXXLarge for NodeSize.
-
-
Method Detail
-
fromString
public static NodeSize fromString(String name)
Creates or finds a NodeSize from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding NodeSize.
-
values
public static Collection<NodeSize> values()
- Returns:
- known NodeSize values.
-
-