Migration Item Properties Response
data class MigrationItemPropertiesResponse(val allowedOperations: List<String>, val currentJob: CurrentJobDetailsResponse, val health: String, val healthErrors: List<HealthErrorResponse>, val machineName: String, val migrationState: String, val migrationStateDescription: String, val policyFriendlyName: String, val policyId: String, val providerSpecificDetails: VMwareCbtMigrationDetailsResponse? = null, val recoveryServicesProviderId: String, val testMigrateState: String, val testMigrateStateDescription: String)
Migration item properties.
Constructors
Link copied to clipboard
constructor(allowedOperations: List<String>, currentJob: CurrentJobDetailsResponse, health: String, healthErrors: List<HealthErrorResponse>, machineName: String, migrationState: String, migrationStateDescription: String, policyFriendlyName: String, policyId: String, providerSpecificDetails: VMwareCbtMigrationDetailsResponse? = null, recoveryServicesProviderId: String, testMigrateState: String, testMigrateStateDescription: String)
Properties
Link copied to clipboard
The allowed operations on the migration item, based on the current migration state of the item.
Link copied to clipboard
The current job details.
Link copied to clipboard
The list of health errors.
Link copied to clipboard
The on-premise virtual machine name.
Link copied to clipboard
The migration status.
Link copied to clipboard
The migration state description.
Link copied to clipboard
The name of policy governing this item.
Link copied to clipboard
The migration provider custom settings.
Link copied to clipboard
The recovery services provider ARM Id.
Link copied to clipboard
The test migrate state.
Link copied to clipboard
The test migrate state description.