public enum ComputeMigrationTargetProduct extends Enum<ComputeMigrationTargetProduct> implements com.google.protobuf.ProtocolMessageEnum
The preference for a specific Google Cloud product platform.Protobuf enum
google.cloud.migrationcenter.v1.ComputeMigrationTargetProduct| Enum Constant and Description |
|---|
COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE
Prefer to migrate to Google Cloud Compute Engine.
|
COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY
Prefer to migrate to Google Cloud Sole Tenant Nodes.
|
COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED
Unspecified (default value).
|
COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE
Prefer to migrate to Google Cloud VMware Engine.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE_VALUE
Prefer to migrate to Google Cloud Compute Engine.
|
static int |
COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY_VALUE
Prefer to migrate to Google Cloud Sole Tenant Nodes.
|
static int |
COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED_VALUE
Unspecified (default value).
|
static int |
COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE_VALUE
Prefer to migrate to Google Cloud VMware Engine.
|
| Modifier and Type | Method and Description |
|---|---|
static ComputeMigrationTargetProduct |
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<ComputeMigrationTargetProduct> |
internalGetValueMap() |
static ComputeMigrationTargetProduct |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ComputeMigrationTargetProduct |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ComputeMigrationTargetProduct |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeMigrationTargetProduct[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeMigrationTargetProduct COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED
Unspecified (default value).
COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED = 0;public static final ComputeMigrationTargetProduct COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE
Prefer to migrate to Google Cloud Compute Engine.
COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE = 1;public static final ComputeMigrationTargetProduct COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE
Prefer to migrate to Google Cloud VMware Engine.
COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE = 2;public static final ComputeMigrationTargetProduct COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY
Prefer to migrate to Google Cloud Sole Tenant Nodes.
COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY = 3;public static final ComputeMigrationTargetProduct UNRECOGNIZED
public static final int COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED_VALUE
Unspecified (default value).
COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED = 0;public static final int COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE_VALUE
Prefer to migrate to Google Cloud Compute Engine.
COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE = 1;public static final int COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE_VALUE
Prefer to migrate to Google Cloud VMware Engine.
COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE = 2;public static final int COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY_VALUE
Prefer to migrate to Google Cloud Sole Tenant Nodes.
COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY = 3;public static ComputeMigrationTargetProduct[] values()
for (ComputeMigrationTargetProduct c : ComputeMigrationTargetProduct.values()) System.out.println(c);
public static ComputeMigrationTargetProduct 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 ComputeMigrationTargetProduct valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ComputeMigrationTargetProduct forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ComputeMigrationTargetProduct> 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 ComputeMigrationTargetProduct valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.