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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MIGRATION_TARGET_TYPE_DISKS |
All MigratingVMs in the group must have Compute Engine Disks targets. |
MIGRATION_TARGET_TYPE_DISKS_VALUE |
All MigratingVMs in the group must have Compute Engine Disks targets. |
MIGRATION_TARGET_TYPE_GCE |
All MigratingVMs in the group must have Compute Engine targets. |
MIGRATION_TARGET_TYPE_GCE_VALUE |
All MigratingVMs in the group must have Compute Engine targets. |
MIGRATION_TARGET_TYPE_UNSPECIFIED |
Group type is not specified. This defaults to Compute Engine targets. |
MIGRATION_TARGET_TYPE_UNSPECIFIED_VALUE |
Group type is not specified. This defaults to Compute Engine targets. |
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() |