mode property
Mode of the storage pool.
This field is used to control whether the user can perform ONTAP
operations on the storage pool using the GCNV ONTAP Mode APIs. If not
specified during creation, it defaults to DEFAULT.
Optional. Possible string values are:
- "MODE_UNSPECIFIED" : The
Modeis not specified. - "DEFAULT" : The resource is managed by the GCNV APIs.
- "ONTAP" : The resource is managed by the GCNV ONTAP Mode APIs.
Implementation
core.String? mode;