OBJECT

GcpNativeAttachmentDetails

Description

Attachment details of the GCP native disk.

link GraphQL Schema definition

  • type GcpNativeAttachmentDetails {
  • # GCP disk Rubrik ID.
  • diskId: String!
  • # GCP native disk name.
  • diskName: String!
  • # Size of disk in GiB.
  • sizeInGiBs: Int!
  • # Specifies whether the disk is a boot disk or not.
  • isBootDisk: Boolean!
  • # Device name.
  • deviceName: String!
  • # Specifies whether the disk is excluded from virtual machine snapshot or not.
  • isExcluded: Boolean!
  • # GCP GCE instance Rubrik ID.
  • instanceId: String!
  • # GCP native GCE instance name.
  • instanceName: String!
  • # GCP native GCE zone.
  • instanceZone: String!
  • }