OBJECT

WindowsDiskLayoutDetails

Description

Windows disk layout details of the domain controller at the time of the snapshot.

link GraphQL Schema definition

  • type WindowsDiskLayoutDetails {
  • # List of physical disks on the domain controller.
  • disks: [WindowsDiskInfo!]!
  • # List of volumes on the disks.
  • volumes: [WindowsVolumeInfo!]!
  • }