Workload Deployment Model Properties Response
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
Link copied to clipboard
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)
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
Link copied to clipboard
val customProperties: Either<ApacheTomcatAKSWorkloadDeploymentModelCustomPropertiesResponse, IISAKSWorkloadDeploymentModelCustomPropertiesResponse>? = null
Workload deployment model custom properties.
Link copied to clipboard
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 description.
Link copied to clipboard
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.