migrationTargetType property
The target type of this group.
Immutable. Possible string values are:
- "MIGRATION_TARGET_TYPE_UNSPECIFIED" : Group type is not specified. This defaults to Compute Engine targets.
- "MIGRATION_TARGET_TYPE_GCE" : All MigratingVMs in the group must have Compute Engine targets.
- "MIGRATION_TARGET_TYPE_DISKS" : All MigratingVMs in the group must have Compute Engine Disks targets.
Implementation
core.String? migrationTargetType;