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: 0
Unspecified value.
Generated from protobuf enum PERMISSIONS_UNSPECIFIED = 0;
READ_ONLY
Value: 1
Read-only permission.
Generated from protobuf enum READ_ONLY = 1;
READ_WRITE
Value: 2
Read-write permission.
Generated from protobuf enum READ_WRITE = 2;