Reference documentation and code samples for the Google Cloud Net App V1 Client class SecurityStyle.
The security style of the volume, can be either UNIX or NTFS.
Protobuf type google.cloud.netapp.v1.SecurityStyle
Namespace
Google \ Cloud \ NetApp \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SECURITY_STYLE_UNSPECIFIED
Value: 0
SecurityStyle is unspecified
Generated from protobuf enum SECURITY_STYLE_UNSPECIFIED = 0;
NTFS
Value: 1
SecurityStyle uses NTFS
Generated from protobuf enum NTFS = 1;
UNIX
Value: 2
SecurityStyle uses UNIX
Generated from protobuf enum UNIX = 2;