WorkloadInstanceModelPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the allowed scenarios on the workload instance.

Link copied to clipboard
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 replication cycle time.

Link copied to clipboard
val masterSiteName: String? = null

Gets or Sets the master site name.

Link copied to clipboard
val migrateAgentId: String? = null

Gets or sets the migrate agent id associated with the workload instance.

Link copied to clipboard
val name: String? = null

Gets or sets the workload instance name.

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
val sourceName: String? = null

Gets or sets the source name.

Link copied to clipboard
val sourcePlatform: String? = null

Gets or sets the source platform.