ResourceStatusResponse

data class ResourceStatusResponse(val physicalHost: String, val scheduling: ResourceStatusSchedulingResponse)

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
constructor(physicalHost: String, scheduling: ResourceStatusSchedulingResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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