OBJECT
GcpNativeDiskAttachmentSpec
Description
GCP native disk attachment specifications.
link GraphQL Schema definition
- type GcpNativeDiskAttachmentSpec {
- # Device name where the disk is attached on the instance.
- : String!
- # Unique identifier of the disk.
- : String!
- # Index indicating the order of disk attachment on the instance.
- : Int!
- # Unique identifier of the GCE instance.
- : String!
- # Specifies whether the disk is a boot disk.
- : Boolean!
- # Specifies whether the disk is excluded from snapshots.
- : Boolean!
- }