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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0The Mode is not specified.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
PBDEFAULT
Value: 1The resource is managed by the GCNV APIs.
Generated from protobuf enum DEFAULT = 1;
ONTAP
Value: 2The resource is managed by the GCNV ONTAP Mode APIs.
Generated from protobuf enum ONTAP = 2;