Enum Group.MigrationTargetType (1.74.0)

public enum Group.MigrationTargetType extends Enum<Group.MigrationTargetType> implements ProtocolMessageEnum

The possible types of the group.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
MIGRATION_TARGET_TYPE_DISKS

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

MIGRATION_TARGET_TYPE_DISKS = 2;

MIGRATION_TARGET_TYPE_DISKS_VALUE

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

MIGRATION_TARGET_TYPE_DISKS = 2;

MIGRATION_TARGET_TYPE_GCE

All MigratingVMs in the group must have Compute Engine targets.

MIGRATION_TARGET_TYPE_GCE = 1;

MIGRATION_TARGET_TYPE_GCE_VALUE

All MigratingVMs in the group must have Compute Engine targets.

MIGRATION_TARGET_TYPE_GCE = 1;

MIGRATION_TARGET_TYPE_UNSPECIFIED

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

MIGRATION_TARGET_TYPE_UNSPECIFIED = 0;

MIGRATION_TARGET_TYPE_UNSPECIFIED_VALUE

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

MIGRATION_TARGET_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()