Workload Instance Model Properties Response
data class WorkloadInstanceModelPropertiesResponse(val allowedOperations: List<String>, val currentJob: WorkloadInstanceModelPropertiesResponseCurrentJob, val customProperties: Either<ApacheTomcatWorkloadInstanceModelCustomPropertiesResponse, IISWorkloadInstanceModelCustomPropertiesResponse>? = null, val displayName: String? = null, val healthErrors: List<HealthErrorModelResponse>, val lastSuccessfulReplicationCycleTime: String, val masterSiteName: String? = null, val migrateAgentId: String? = null, val name: String? = null, val provisioningState: String, val replicationHealth: String, val replicationStatus: String, val replicationStatusDescription: String, val sourceName: String? = null, val sourcePlatform: String? = null)
Workload instance model properties.
Constructors
Link copied to clipboard
constructor(allowedOperations: List<String>, currentJob: WorkloadInstanceModelPropertiesResponseCurrentJob, customProperties: Either<ApacheTomcatWorkloadInstanceModelCustomPropertiesResponse, IISWorkloadInstanceModelCustomPropertiesResponse>? = null, displayName: String? = null, healthErrors: List<HealthErrorModelResponse>, lastSuccessfulReplicationCycleTime: String, masterSiteName: String? = null, migrateAgentId: String? = null, name: String? = null, provisioningState: String, replicationHealth: String, replicationStatus: String, replicationStatusDescription: String, sourceName: String? = null, sourcePlatform: String? = null)
Properties
Link copied to clipboard
Gets or sets the allowed scenarios on the workload instance.
Link copied to clipboard
Link copied to clipboard
val customProperties: Either<ApacheTomcatWorkloadInstanceModelCustomPropertiesResponse, IISWorkloadInstanceModelCustomPropertiesResponse>? = null
Workload instance 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 replication cycle time.
Link copied to clipboard
Gets or Sets the master site name.
Link copied to clipboard
Gets or sets the migrate agent id associated with the workload instance.
Link copied to clipboard
Gets or sets the provisioning state of the workload instance.
Link copied to clipboard
Gets or sets the replication health of the workload instance.
Link copied to clipboard
Gets or sets the replication state of the workload instance.
Link copied to clipboard
Gets or sets the workload replication state description.
Link copied to clipboard
Gets or sets the source name.
Link copied to clipboard
Gets or sets the source platform.