Enum Mode (0.70.0)

public enum Mode extends Enum<Mode> implements ProtocolMessageEnum

Mode of the storage pool or volume. This field is used to control whether the resource is managed by the GCNV APIs or the GCNV ONTAP Mode APIs.

Protobuf enum google.cloud.netapp.v1.Mode

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEFAULT

The resource is managed by the GCNV APIs.

DEFAULT = 1;

DEFAULT_VALUE

The resource is managed by the GCNV APIs.

DEFAULT = 1;

MODE_UNSPECIFIED

The Mode is not specified.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

The Mode is not specified.

MODE_UNSPECIFIED = 0;

ONTAP

The resource is managed by the GCNV ONTAP Mode APIs.

ONTAP = 2;

ONTAP_VALUE

The resource is managed by the GCNV ONTAP Mode APIs.

ONTAP = 2;

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()