OBJECT
HypervVirtualMachineSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type HypervVirtualMachineSummary {
- : AgentConnectStatus
- # Supported in v9.0+
- # The status of the Rubrik Backup Service agent for virtual machines.
- : CdmAgentStatus
- # Supported in v5.0+
- # Cloud instantiation specification for the selected virtual machine.
- : CloudInstantiationSpec
- # Supported in v6.0+
- # Indicates if the Hyper-V virtual machine is configured to perform a full
- # snapshot for the next backup.
- : Boolean
- # Required. Supported in v5.0+
- # The ID of the Hyper-V host.
- : String!
- # Required. Supported in v5.0+
- : String!
- # Required. Supported in v5.0+
- # Brief info of all the objects in the infrastructure path to this VM.
- : [ManagedHierarchyObjectAncestor!]!
- # Required. Supported in v5.0+
- : Boolean!
- # Required. Supported in v5.0+
- : String!
- # Supported in v5.3+
- # Describes any pending SLA Domain assignment on this object.
- : ManagedObjectPendingSlaInfo
- : CdmWorkload
- }