Google Cloud Migration Center V1 Client - Class ComputeMigrationTargetProduct (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class ComputeMigrationTargetProduct.

The preference for a specific Google Cloud product platform.

Protobuf type google.cloud.migrationcenter.v1.ComputeMigrationTargetProduct

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED

Value: 0

Unspecified (default value).

Generated from protobuf enum COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED = 0;

COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE

Value: 1

Prefer to migrate to Google Cloud Compute Engine.

Generated from protobuf enum COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE = 1;

COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE

Value: 2

Prefer to migrate to Google Cloud VMware Engine.

Generated from protobuf enum COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE = 2;

COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY

Value: 3

Prefer to migrate to Google Cloud Sole Tenant Nodes.

Generated from protobuf enum COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY = 3;