WorkloadDeploymentModelPropertiesResponse

data class WorkloadDeploymentModelPropertiesResponse(val allowedOperations: List<String>, val correlationId: String, val currentJob: WorkloadDeploymentModelPropertiesResponseCurrentJob, val customProperties: Either<ApacheTomcatAKSWorkloadDeploymentModelCustomPropertiesResponse, IISAKSWorkloadDeploymentModelCustomPropertiesResponse>? = null, val displayName: String? = null, val healthErrors: List<HealthErrorModelResponse>, val lastSuccessfulMigrateTime: String, val lastSuccessfulTestMigrateTime: String, val migrationStatus: String, val migrationStatusDescription: String, val provisioningState: String, val status: String, val statusDescription: String, val targetPlatform: String? = null, val testMigrationStatus: String, val testMigrationStatusDescription: String, val workloadInstanceProperties: WorkloadInstanceModelPropertiesResponse? = null)

Workload deployment model properties.

Constructors

constructor(allowedOperations: List<String>, correlationId: String, currentJob: WorkloadDeploymentModelPropertiesResponseCurrentJob, customProperties: Either<ApacheTomcatAKSWorkloadDeploymentModelCustomPropertiesResponse, IISAKSWorkloadDeploymentModelCustomPropertiesResponse>? = null, displayName: String? = null, healthErrors: List<HealthErrorModelResponse>, lastSuccessfulMigrateTime: String, lastSuccessfulTestMigrateTime: String, migrationStatus: String, migrationStatusDescription: String, provisioningState: String, status: String, statusDescription: String, targetPlatform: String? = null, testMigrationStatus: String, testMigrationStatusDescription: String, workloadInstanceProperties: WorkloadInstanceModelPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the allowed scenarios on the workload deployment.

Link copied to clipboard

Gets or sets the workload deployment correlation Id.

Link copied to clipboard
val displayName: String? = null

Gets or sets the display name.

Link copied to clipboard

Gets or sets the list of health errors.

Link copied to clipboard

Gets or sets the Last successful unplanned migrate time.

Link copied to clipboard

Gets or sets the Last successful test migrate time.

Link copied to clipboard

Gets or sets the migrate state.

Link copied to clipboard

Gets or sets the migrate state description.

Link copied to clipboard

Gets or sets the provisioning state of the workload deployment.

Link copied to clipboard

Gets or sets the workload deployment status.

Link copied to clipboard

Gets or sets the workload deployment status description.

Link copied to clipboard
val targetPlatform: String? = null

Gets or sets the deployment target platform.

Link copied to clipboard

Gets or sets the test migrate state.

Link copied to clipboard

Gets or sets the Test migrate state description.

Link copied to clipboard

Workload instance model properties.