Queued Resource State Response
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
constructor(acceptedData: AcceptedDataResponse, activeData: ActiveDataResponse, creatingData: CreatingDataResponse, deletingData: DeletingDataResponse, failedData: FailedDataResponse, provisioningData: ProvisioningDataResponse, state: String, suspendedData: SuspendedDataResponse, suspendingData: SuspendingDataResponse)
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
Further data for the suspended state.
Link copied to clipboard
Further data for the suspending state.