public enum SMBSettings extends Enum<SMBSettings> implements com.google.protobuf.ProtocolMessageEnum
SMBSettings Modifies the behaviour of a SMB volume.Protobuf enum
google.cloud.netapp.v1.SMBSettings| Enum Constant and Description |
|---|
ACCESS_BASED_ENUMERATION
SMB setting to access volume based on enumerartion
|
BROWSABLE
SMB setting browsable
|
CHANGE_NOTIFY
SMB setting notify change
|
CONTINUOUSLY_AVAILABLE
Continuously available enumeration
|
ENCRYPT_DATA
SMB setting encrypt data
|
NON_BROWSABLE
SMB setting not to notify change
|
OPLOCKS
SMB setting oplocks
|
SHOW_PREVIOUS_VERSIONS
SMB setting to show previous versions
|
SHOW_SNAPSHOT
SMB setting to show snapshots
|
SMB_SETTINGS_UNSPECIFIED
Unspecified default option
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_BASED_ENUMERATION_VALUE
SMB setting to access volume based on enumerartion
|
static int |
BROWSABLE_VALUE
SMB setting browsable
|
static int |
CHANGE_NOTIFY_VALUE
SMB setting notify change
|
static int |
CONTINUOUSLY_AVAILABLE_VALUE
Continuously available enumeration
|
static int |
ENCRYPT_DATA_VALUE
SMB setting encrypt data
|
static int |
NON_BROWSABLE_VALUE
SMB setting not to notify change
|
static int |
OPLOCKS_VALUE
SMB setting oplocks
|
static int |
SHOW_PREVIOUS_VERSIONS_VALUE
SMB setting to show previous versions
|
static int |
SHOW_SNAPSHOT_VALUE
SMB setting to show snapshots
|
static int |
SMB_SETTINGS_UNSPECIFIED_VALUE
Unspecified default option
|
| Modifier and Type | Method and Description |
|---|---|
static SMBSettings |
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<SMBSettings> |
internalGetValueMap() |
static SMBSettings |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SMBSettings |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SMBSettings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMBSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMBSettings SMB_SETTINGS_UNSPECIFIED
Unspecified default option
SMB_SETTINGS_UNSPECIFIED = 0;public static final SMBSettings ENCRYPT_DATA
SMB setting encrypt data
ENCRYPT_DATA = 1;public static final SMBSettings BROWSABLE
SMB setting browsable
BROWSABLE = 2;public static final SMBSettings CHANGE_NOTIFY
SMB setting notify change
CHANGE_NOTIFY = 3;public static final SMBSettings NON_BROWSABLE
SMB setting not to notify change
NON_BROWSABLE = 4;public static final SMBSettings OPLOCKS
SMB setting oplocks
OPLOCKS = 5;public static final SMBSettings SHOW_SNAPSHOT
SMB setting to show snapshots
SHOW_SNAPSHOT = 6;public static final SMBSettings SHOW_PREVIOUS_VERSIONS
SMB setting to show previous versions
SHOW_PREVIOUS_VERSIONS = 7;public static final SMBSettings ACCESS_BASED_ENUMERATION
SMB setting to access volume based on enumerartion
ACCESS_BASED_ENUMERATION = 8;public static final SMBSettings CONTINUOUSLY_AVAILABLE
Continuously available enumeration
CONTINUOUSLY_AVAILABLE = 9;public static final SMBSettings UNRECOGNIZED
public static final int SMB_SETTINGS_UNSPECIFIED_VALUE
Unspecified default option
SMB_SETTINGS_UNSPECIFIED = 0;public static final int ENCRYPT_DATA_VALUE
SMB setting encrypt data
ENCRYPT_DATA = 1;public static final int BROWSABLE_VALUE
SMB setting browsable
BROWSABLE = 2;public static final int CHANGE_NOTIFY_VALUE
SMB setting notify change
CHANGE_NOTIFY = 3;public static final int NON_BROWSABLE_VALUE
SMB setting not to notify change
NON_BROWSABLE = 4;public static final int OPLOCKS_VALUE
SMB setting oplocks
OPLOCKS = 5;public static final int SHOW_SNAPSHOT_VALUE
SMB setting to show snapshots
SHOW_SNAPSHOT = 6;public static final int SHOW_PREVIOUS_VERSIONS_VALUE
SMB setting to show previous versions
SHOW_PREVIOUS_VERSIONS = 7;public static final int ACCESS_BASED_ENUMERATION_VALUE
SMB setting to access volume based on enumerartion
ACCESS_BASED_ENUMERATION = 8;public static final int CONTINUOUSLY_AVAILABLE_VALUE
Continuously available enumeration
CONTINUOUSLY_AVAILABLE = 9;public static SMBSettings[] values()
for (SMBSettings c : SMBSettings.values()) System.out.println(c);
public static SMBSettings 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 SMBSettings valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SMBSettings forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SMBSettings> 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 SMBSettings valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.