OBJECT
HypervVmAgentStatus
Description
Agent status of Hyper-V virtual machine.
link GraphQL Schema definition
- type HypervVmAgentStatus {
- # Connection status of the agent.
- : HypervVmAgentConnectionStatus!
- # Reason for disconnected agent status.
- : String
- }