OBJECT
NutanixVmDetail
Description
Supported in v5.0+
link GraphQL Schema definition
- type NutanixVmDetail {
- : BlackoutWindowResponseInfo
- # Required. Supported in v5.0+
- # A list of virtual disk IDs to exclude from the backup for this virtual machine.
- : [String!]!
- # Required. Supported in v5.0+
- # Returns whether the Rubrik connector is installed and service is registered.
- : Boolean!
- # Required. Supported in v5.0+
- # Whether backup/archival/replication is paused for this System Volume.
- : Boolean!
- : NutanixVmPatch
- : NutanixVmSummary
- # Supported in v5.2+
- # Information of all the virtual disks for this virtual machine.
- : [NutanixVirtualDiskSummary!]!
- }