DpMigrationType_enum
DpMigrationType_enum
Indicates the type of migration that is in progress for a DpProtectedEntity.
Possible values:
coldMigration
: A cold migration is in progress.hotMigration
: A hot migration is in progress.migrationTypeUnknown
: The value to be used when the older version client cannot recognize the enum value.
This data structure has no properties.
Enumeration:
coldMigration,
hotMigration,
migrationTypeUnknown,