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
fun MigrationItemPropertiesResponse(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)