ResourceStatusResponse

data class ResourceStatusResponse(val physicalHost: String, val scheduling: ResourceStatusSchedulingResponse, val serviceIntegrationStatuses: Map<String, String>)

Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.

Constructors

Link copied to clipboard
fun ResourceStatusResponse(physicalHost: String, scheduling: ResourceStatusSchedulingResponse, serviceIntegrationStatuses: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An opaque ID of the host on which the VM is running.

Link copied to clipboard

Represents the status of the service integration specs defined by the user in instance.serviceIntegrationSpecs.