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: 0SecurityStyle is unspecified
Generated from protobuf enum SECURITY_STYLE_UNSPECIFIED = 0;
NTFS
Value: 1SecurityStyle uses NTFS
Generated from protobuf enum NTFS = 1;
UNIX
Value: 2SecurityStyle uses UNIX
Generated from protobuf enum UNIX = 2;