MigrationItemPropertiesResponse

data class MigrationItemPropertiesResponse(val allowedOperations: List<String>, val criticalJobHistory: List<CriticalJobHistoryDetailsResponse>, val currentJob: CurrentJobDetailsResponse, val eventCorrelationId: String, val health: String, val healthErrors: List<HealthErrorResponse>, val lastMigrationStatus: String, val lastMigrationTime: String, val lastTestMigrationStatus: String, val lastTestMigrationTime: String, val machineName: String, val migrationState: String, val migrationStateDescription: String, val policyFriendlyName: String, val policyId: String, val providerSpecificDetails: VMwareCbtMigrationDetailsResponse? = null, val recoveryServicesProviderId: String, val replicationStatus: String, val testMigrateState: String, val testMigrateStateDescription: String)

Migration item properties.

Constructors

Link copied to clipboard
constructor(allowedOperations: List<String>, criticalJobHistory: List<CriticalJobHistoryDetailsResponse>, currentJob: CurrentJobDetailsResponse, eventCorrelationId: String, health: String, healthErrors: List<HealthErrorResponse>, lastMigrationStatus: String, lastMigrationTime: String, lastTestMigrationStatus: String, lastTestMigrationTime: String, machineName: String, migrationState: String, migrationStateDescription: String, policyFriendlyName: String, policyId: String, providerSpecificDetails: VMwareCbtMigrationDetailsResponse? = null, recoveryServicesProviderId: String, replicationStatus: String, testMigrateState: String, testMigrateStateDescription: String)

Types

Link copied to clipboard
object Companion

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 critical past job details.

Link copied to clipboard

The current job details.

Link copied to clipboard

The correlation Id for events associated with this migration item.

Link copied to clipboard

The consolidated health.

Link copied to clipboard

The list of health errors.

Link copied to clipboard

The status of the last migration.

Link copied to clipboard

The last migration time.

Link copied to clipboard

The status of the last test migration.

Link copied to clipboard

The last test migration time.

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 ARM Id 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 replication status.

Link copied to clipboard

The test migrate state.

Link copied to clipboard

The test migrate state description.