ComputeNodeFillType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.ComputeNodeFillType

public enum ComputeNodeFillType
extends Enum<ComputeNodeFillType>

Defines values for ComputeNodeFillType.

Fields

PACK

Enum value Pack.

SPREAD

Enum value Spread.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static ComputeNodeFillType fromString(String value)

Parses a serialized value to a ComputeNodeFillType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed ComputeNodeFillType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static ComputeNodeFillType valueOf(String name)

Parameters

name
String

Returns

values()

public static ComputeNodeFillType[] values()

Returns

Applies to