OBJECT
GcpNativeAttachmentDetails
Description
Attachment details of the GCP native disk.
link GraphQL Schema definition
- type GcpNativeAttachmentDetails {
- # Device name.
- : String!
- # GCP disk Rubrik ID.
- : String!
- # GCP native disk name.
- : String!
- # GCP GCE instance Rubrik ID.
- : String!
- # GCP native GCE instance name.
- : String!
- # GCP native GCE zone.
- : String!
- # Specifies whether the disk is a boot disk or not.
- : Boolean!
- # Specifies whether the disk is excluded from virtual machine snapshot or not.
- : Boolean!
- # Size of disk in GiB.
- : Int!
- }