VirtualMachineConfigAgentInstanceViewResponse

data class VirtualMachineConfigAgentInstanceViewResponse(val statuses: List<InstanceViewStatusResponse>? = null, val vmConfigAgentVersion: String? = null)

The instance view of the VM Config Agent running on the virtual machine.

Constructors

constructor(statuses: List<InstanceViewStatusResponse>? = null, vmConfigAgentVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource status information.

Link copied to clipboard

The VM Config Agent full version.