Google Cloud Bare Metal Solution V2 Client - Class MountPermissions (0.2.8)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class MountPermissions.

The possible mount permissions.

Protobuf type google.cloud.baremetalsolution.v2.NfsShare.MountPermissions

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

MOUNT_PERMISSIONS_UNSPECIFIED

Value: 0

Permissions were not specified.

Generated from protobuf enum MOUNT_PERMISSIONS_UNSPECIFIED = 0;

READ

Value: 1

NFS share can be mount with read-only permissions.

Generated from protobuf enum READ = 1;

READ_WRITE

Value: 2

NFS share can be mount with read-write permissions.

Generated from protobuf enum READ_WRITE = 2;