Module: Google::Cloud::NetApp::V1::SecurityStyle
- Defined in:
- proto_docs/google/cloud/netapp/v1/volume.rb
Overview
The security style of the volume, can be either UNIX or NTFS.
Constant Summary collapse
- SECURITY_STYLE_UNSPECIFIED =
SecurityStyle is unspecified
0
- NTFS =
SecurityStyle uses NTFS
1
- UNIX =
SecurityStyle uses UNIX
2