ComputeVmInstanceViewStatusResponse

data class ComputeVmInstanceViewStatusResponse(val code: String? = null, val displayStatus: String? = null, val message: String? = null)

Status information about a virtual machine.

Constructors

Link copied to clipboard
constructor(code: String? = null, displayStatus: String? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

Gets the status Code.

Link copied to clipboard
val displayStatus: String? = null

Gets the short localizable label for the status.

Link copied to clipboard
val message: String? = null

Gets the message associated with the status.