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