public static enum VmwareDiskConfig.BackingType extends Enum<VmwareDiskConfig.BackingType> implements com.google.protobuf.ProtocolMessageEnum
VMDK backing type possible values.Protobuf enum
google.cloud.migrationcenter.v1.VmwareDiskConfig.BackingType| Enum Constant and Description |
|---|
BACKING_TYPE_FLAT_V1
Flat v1.
|
BACKING_TYPE_FLAT_V2
Flat v2.
|
BACKING_TYPE_PMEM
Persistent memory, also known as Non-Volatile Memory (NVM).
|
BACKING_TYPE_RDM_V1
Raw Disk Memory v1.
|
BACKING_TYPE_RDM_V2
Raw Disk Memory v2.
|
BACKING_TYPE_SESPARSE
SEsparse is a snapshot format introduced in vSphere 5.5 for large disks.
|
BACKING_TYPE_SESPARSE_V1
SEsparse v1.
|
BACKING_TYPE_SESPARSE_V2
SEsparse v1.
|
BACKING_TYPE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKING_TYPE_FLAT_V1_VALUE
Flat v1.
|
static int |
BACKING_TYPE_FLAT_V2_VALUE
Flat v2.
|
static int |
BACKING_TYPE_PMEM_VALUE
Persistent memory, also known as Non-Volatile Memory (NVM).
|
static int |
BACKING_TYPE_RDM_V1_VALUE
Raw Disk Memory v1.
|
static int |
BACKING_TYPE_RDM_V2_VALUE
Raw Disk Memory v2.
|
static int |
BACKING_TYPE_SESPARSE_V1_VALUE
SEsparse v1.
|
static int |
BACKING_TYPE_SESPARSE_V2_VALUE
SEsparse v1.
|
static int |
BACKING_TYPE_SESPARSE_VALUE
SEsparse is a snapshot format introduced in vSphere 5.5 for large disks.
|
static int |
BACKING_TYPE_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static VmwareDiskConfig.BackingType |
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.BackingType> |
internalGetValueMap() |
static VmwareDiskConfig.BackingType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VmwareDiskConfig.BackingType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VmwareDiskConfig.BackingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmwareDiskConfig.BackingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmwareDiskConfig.BackingType BACKING_TYPE_UNSPECIFIED
Default value.
BACKING_TYPE_UNSPECIFIED = 0;public static final VmwareDiskConfig.BackingType BACKING_TYPE_FLAT_V1
Flat v1.
BACKING_TYPE_FLAT_V1 = 1;public static final VmwareDiskConfig.BackingType BACKING_TYPE_FLAT_V2
Flat v2.
BACKING_TYPE_FLAT_V2 = 2;public static final VmwareDiskConfig.BackingType BACKING_TYPE_PMEM
Persistent memory, also known as Non-Volatile Memory (NVM).
BACKING_TYPE_PMEM = 3;public static final VmwareDiskConfig.BackingType BACKING_TYPE_RDM_V1
Raw Disk Memory v1.
BACKING_TYPE_RDM_V1 = 4;public static final VmwareDiskConfig.BackingType BACKING_TYPE_RDM_V2
Raw Disk Memory v2.
BACKING_TYPE_RDM_V2 = 5;public static final VmwareDiskConfig.BackingType BACKING_TYPE_SESPARSE
SEsparse is a snapshot format introduced in vSphere 5.5 for large disks.
BACKING_TYPE_SESPARSE = 6;public static final VmwareDiskConfig.BackingType BACKING_TYPE_SESPARSE_V1
SEsparse v1.
BACKING_TYPE_SESPARSE_V1 = 7;public static final VmwareDiskConfig.BackingType BACKING_TYPE_SESPARSE_V2
SEsparse v1.
BACKING_TYPE_SESPARSE_V2 = 8;public static final VmwareDiskConfig.BackingType UNRECOGNIZED
public static final int BACKING_TYPE_UNSPECIFIED_VALUE
Default value.
BACKING_TYPE_UNSPECIFIED = 0;public static final int BACKING_TYPE_FLAT_V1_VALUE
Flat v1.
BACKING_TYPE_FLAT_V1 = 1;public static final int BACKING_TYPE_FLAT_V2_VALUE
Flat v2.
BACKING_TYPE_FLAT_V2 = 2;public static final int BACKING_TYPE_PMEM_VALUE
Persistent memory, also known as Non-Volatile Memory (NVM).
BACKING_TYPE_PMEM = 3;public static final int BACKING_TYPE_RDM_V1_VALUE
Raw Disk Memory v1.
BACKING_TYPE_RDM_V1 = 4;public static final int BACKING_TYPE_RDM_V2_VALUE
Raw Disk Memory v2.
BACKING_TYPE_RDM_V2 = 5;public static final int BACKING_TYPE_SESPARSE_VALUE
SEsparse is a snapshot format introduced in vSphere 5.5 for large disks.
BACKING_TYPE_SESPARSE = 6;public static final int BACKING_TYPE_SESPARSE_V1_VALUE
SEsparse v1.
BACKING_TYPE_SESPARSE_V1 = 7;public static final int BACKING_TYPE_SESPARSE_V2_VALUE
SEsparse v1.
BACKING_TYPE_SESPARSE_V2 = 8;public static VmwareDiskConfig.BackingType[] values()
for (VmwareDiskConfig.BackingType c : VmwareDiskConfig.BackingType.values()) System.out.println(c);
public static VmwareDiskConfig.BackingType 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.BackingType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static VmwareDiskConfig.BackingType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<VmwareDiskConfig.BackingType> 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.BackingType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.