Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class Permissions.
Permissions that can granted for an export.
Protobuf type google.cloud.baremetalsolution.v2.VolumeConfig.NfsExport.Permissions
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VolumeConfig \ NfsExportMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PERMISSIONS_UNSPECIFIED
Value: 0Unspecified value.
Generated from protobuf enum PERMISSIONS_UNSPECIFIED = 0;
READ_ONLY
Value: 1Read-only permission.
Generated from protobuf enum READ_ONLY = 1;
READ_WRITE
Value: 2Read-write permission.
Generated from protobuf enum READ_WRITE = 2;