OBJECT

HypervVirtualMachineSummary

Description

Supported in v5.0+

link GraphQL Schema definition

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