public enum SecurityStyle extends Enum<SecurityStyle> implements com.google.protobuf.ProtocolMessageEnum
The security style of the volume, can be either UNIX or NTFS.Protobuf enum
google.cloud.netapp.v1.SecurityStyle| Enum Constant and Description |
|---|
NTFS
SecurityStyle uses NTFS
|
SECURITY_STYLE_UNSPECIFIED
SecurityStyle is unspecified
|
UNIX
SecurityStyle uses NTFS
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NTFS_VALUE
SecurityStyle uses NTFS
|
static int |
SECURITY_STYLE_UNSPECIFIED_VALUE
SecurityStyle is unspecified
|
static int |
UNIX_VALUE
SecurityStyle uses NTFS
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityStyle |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SecurityStyle> |
internalGetValueMap() |
static SecurityStyle |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecurityStyle |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecurityStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityStyle SECURITY_STYLE_UNSPECIFIED
SecurityStyle is unspecified
SECURITY_STYLE_UNSPECIFIED = 0;public static final SecurityStyle NTFS
SecurityStyle uses NTFS
NTFS = 1;public static final SecurityStyle UNIX
SecurityStyle uses NTFS
UNIX = 2;public static final SecurityStyle UNRECOGNIZED
public static final int SECURITY_STYLE_UNSPECIFIED_VALUE
SecurityStyle is unspecified
SECURITY_STYLE_UNSPECIFIED = 0;public static final int NTFS_VALUE
SecurityStyle uses NTFS
NTFS = 1;public static final int UNIX_VALUE
SecurityStyle uses NTFS
UNIX = 2;public static SecurityStyle[] values()
for (SecurityStyle c : SecurityStyle.values()) System.out.println(c);
public static SecurityStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SecurityStyle valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SecurityStyle forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SecurityStyle> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SecurityStyle valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.