Module: Google::Cloud::NetApp::V1::Mode

Defined in:
proto_docs/google/cloud/netapp/v1/storage_pool.rb

Overview

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.

Constant Summary collapse

MODE_UNSPECIFIED =

The Mode is not specified.

0
DEFAULT =

The resource is managed by the GCNV APIs.

1
ONTAP =

The resource is managed by the GCNV ONTAP Mode APIs.

2