Google Cloud Net App V1 Client - Class Mode (1.11.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class Mode.

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 type google.cloud.netapp.v1.Mode

Namespace

Google \ Cloud \ NetApp \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

The Mode is not specified.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

PBDEFAULT

Value: 1

The resource is managed by the GCNV APIs.

Generated from protobuf enum DEFAULT = 1;

ONTAP

Value: 2

The resource is managed by the GCNV ONTAP Mode APIs.

Generated from protobuf enum ONTAP = 2;