Enum AllocationPolicy.NetworkInterface.NicType (0.95.0)

public enum AllocationPolicy.NetworkInterface.NicType extends Enum<AllocationPolicy.NetworkInterface.NicType> implements ProtocolMessageEnum

Compute Engine VM instance NIC type.

Protobuf enum google.cloud.batch.v1alpha.AllocationPolicy.NetworkInterface.NicType

Implements

ProtocolMessageEnum

Static Fields

Name Description
GVNIC

GVNIC

GVNIC = 1;

GVNIC_VALUE

GVNIC

GVNIC = 1;

IRDMA

IRDMA

IRDMA = 2;

IRDMA_VALUE

IRDMA

IRDMA = 2;

MRDMA

MRDMA

MRDMA = 3;

MRDMA_VALUE

MRDMA

MRDMA = 3;

NIC_TYPE_UNSPECIFIED

No type specified.

NIC_TYPE_UNSPECIFIED = 0;

NIC_TYPE_UNSPECIFIED_VALUE

No type specified.

NIC_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()