Class NodeSize


  • public final class NodeSize
    extends com.azure.core.util.ExpandableStringEnum<NodeSize>
    Defines values for NodeSize.
    • 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.
    • Constructor Detail

      • NodeSize

        public 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.