public static enum VmwareDiskConfig.VmdkMode extends Enum<VmwareDiskConfig.VmdkMode> implements com.google.protobuf.ProtocolMessageEnum
VMDK disk mode.Protobuf enum
google.cloud.migrationcenter.v1.VmwareDiskConfig.VmdkMode| Enum Constant and Description |
|---|
DEPENDENT
Dependent disk mode.
|
INDEPENDENT_NONPERSISTENT
Independent - Nonpersistent disk mode.
|
INDEPENDENT_PERSISTENT
Independent - Persistent disk mode.
|
UNRECOGNIZED |
VMDK_MODE_UNSPECIFIED
VMDK disk mode unspecified or unknown.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEPENDENT_VALUE
Dependent disk mode.
|
static int |
INDEPENDENT_NONPERSISTENT_VALUE
Independent - Nonpersistent disk mode.
|
static int |
INDEPENDENT_PERSISTENT_VALUE
Independent - Persistent disk mode.
|
static int |
VMDK_MODE_UNSPECIFIED_VALUE
VMDK disk mode unspecified or unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static VmwareDiskConfig.VmdkMode |
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<VmwareDiskConfig.VmdkMode> |
internalGetValueMap() |
static VmwareDiskConfig.VmdkMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VmwareDiskConfig.VmdkMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VmwareDiskConfig.VmdkMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmwareDiskConfig.VmdkMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmwareDiskConfig.VmdkMode VMDK_MODE_UNSPECIFIED
VMDK disk mode unspecified or unknown.
VMDK_MODE_UNSPECIFIED = 0;public static final VmwareDiskConfig.VmdkMode DEPENDENT
Dependent disk mode.
DEPENDENT = 1;public static final VmwareDiskConfig.VmdkMode INDEPENDENT_PERSISTENT
Independent - Persistent disk mode.
INDEPENDENT_PERSISTENT = 2;public static final VmwareDiskConfig.VmdkMode INDEPENDENT_NONPERSISTENT
Independent - Nonpersistent disk mode.
INDEPENDENT_NONPERSISTENT = 3;public static final VmwareDiskConfig.VmdkMode UNRECOGNIZED
public static final int VMDK_MODE_UNSPECIFIED_VALUE
VMDK disk mode unspecified or unknown.
VMDK_MODE_UNSPECIFIED = 0;public static final int DEPENDENT_VALUE
Dependent disk mode.
DEPENDENT = 1;public static final int INDEPENDENT_PERSISTENT_VALUE
Independent - Persistent disk mode.
INDEPENDENT_PERSISTENT = 2;public static final int INDEPENDENT_NONPERSISTENT_VALUE
Independent - Nonpersistent disk mode.
INDEPENDENT_NONPERSISTENT = 3;public static VmwareDiskConfig.VmdkMode[] values()
for (VmwareDiskConfig.VmdkMode c : VmwareDiskConfig.VmdkMode.values()) System.out.println(c);
public static VmwareDiskConfig.VmdkMode 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 VmwareDiskConfig.VmdkMode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static VmwareDiskConfig.VmdkMode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<VmwareDiskConfig.VmdkMode> 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 VmwareDiskConfig.VmdkMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.