Google Cloud Net App V1 Client - Class SMBSettings (0.3.1)

Reference documentation and code samples for the Google Cloud Net App V1 Client class SMBSettings.

SMBSettings Modifies the behaviour of a SMB volume.

Protobuf type google.cloud.netapp.v1.SMBSettings

Namespace

Google \ Cloud \ NetApp \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SMB_SETTINGS_UNSPECIFIED

Value: 0

Unspecified default option

Generated from protobuf enum SMB_SETTINGS_UNSPECIFIED = 0;

ENCRYPT_DATA

Value: 1

SMB setting encrypt data

Generated from protobuf enum ENCRYPT_DATA = 1;

BROWSABLE

Value: 2

SMB setting browsable

Generated from protobuf enum BROWSABLE = 2;

CHANGE_NOTIFY

Value: 3

SMB setting notify change

Generated from protobuf enum CHANGE_NOTIFY = 3;

NON_BROWSABLE

Value: 4

SMB setting not to notify change

Generated from protobuf enum NON_BROWSABLE = 4;

OPLOCKS

Value: 5

SMB setting oplocks

Generated from protobuf enum OPLOCKS = 5;

SHOW_SNAPSHOT

Value: 6

SMB setting to show snapshots

Generated from protobuf enum SHOW_SNAPSHOT = 6;

SHOW_PREVIOUS_VERSIONS

Value: 7

SMB setting to show previous versions

Generated from protobuf enum SHOW_PREVIOUS_VERSIONS = 7;

ACCESS_BASED_ENUMERATION

Value: 8

SMB setting to access volume based on enumerartion

Generated from protobuf enum ACCESS_BASED_ENUMERATION = 8;

CONTINUOUSLY_AVAILABLE

Value: 9

Continuously available enumeration

Generated from protobuf enum CONTINUOUSLY_AVAILABLE = 9;