QueuedResourceStateResponse

data class QueuedResourceStateResponse(val acceptedData: AcceptedDataResponse, val activeData: ActiveDataResponse, val creatingData: CreatingDataResponse, val deletingData: DeletingDataResponse, val failedData: FailedDataResponse, val provisioningData: ProvisioningDataResponse, val state: String, val suspendedData: SuspendedDataResponse, val suspendingData: SuspendingDataResponse)

QueuedResourceState defines the details of the QueuedResource request.

Constructors

Link copied to clipboard
fun QueuedResourceStateResponse(acceptedData: AcceptedDataResponse, activeData: ActiveDataResponse, creatingData: CreatingDataResponse, deletingData: DeletingDataResponse, failedData: FailedDataResponse, provisioningData: ProvisioningDataResponse, state: String, suspendedData: SuspendedDataResponse, suspendingData: SuspendingDataResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Further data for the accepted state.

Link copied to clipboard

Further data for the active state.

Link copied to clipboard

Further data for the creating state.

Link copied to clipboard

Further data for the deleting state.

Link copied to clipboard

Further data for the failed state.

Link copied to clipboard

Further data for the provisioning state.

Link copied to clipboard

State of the QueuedResource request.

Link copied to clipboard

Further data for the suspended state.

Link copied to clipboard

Further data for the suspending state.