Google Cloud Bare Metal Solution V2 Client - Class Permissions (0.5.2)

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 \ NfsExport

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;