OBJECT

NutanixVmDetail

Description

Supported in v5.0+

link GraphQL Schema definition

  • type NutanixVmDetail {
  • # Required. Supported in v5.0+
  • # A list of virtual disk IDs to exclude from the backup for this virtual machine.
  • excludedDiskIds: [String!]!
  • # Required. Supported in v5.0+
  • # Returns whether the Rubrik connector is installed and service is registered.
  • isAgentRegistered: Boolean!
  • # Required. Supported in v5.0+
  • # Whether backup/archival/replication is paused for this System Volume.
  • isPaused: Boolean!
  • # Supported in v5.2+
  • # Information of all the virtual disks for this virtual machine.
  • virtualDisks: [NutanixVirtualDiskSummary!]!
  • nutanixVmPatch: NutanixVmPatch
  • nutanixVmSummary: NutanixVmSummary
  • blackoutWindowResponseInfo: BlackoutWindowResponseInfo
  • }

link Require by