Google Cloud Vm Migration V1 Client - Class MigrationTargetType (1.1.0)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class MigrationTargetType.

The possible types of the group.

Protobuf type google.cloud.vmmigration.v1.Group.MigrationTargetType

Namespace

Google \ Cloud \ VMMigration \ V1 \ Group

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MIGRATION_TARGET_TYPE_UNSPECIFIED

Value: 0

Group type is not specified. This defaults to Compute Engine targets.

Generated from protobuf enum MIGRATION_TARGET_TYPE_UNSPECIFIED = 0;

MIGRATION_TARGET_TYPE_GCE

Value: 1

All MigratingVMs in the group must have Compute Engine targets.

Generated from protobuf enum MIGRATION_TARGET_TYPE_GCE = 1;

MIGRATION_TARGET_TYPE_DISKS

Value: 2

All MigratingVMs in the group must have Compute Engine Disks targets.

Generated from protobuf enum MIGRATION_TARGET_TYPE_DISKS = 2;