OBJECT

GcpNativeDiskAttachmentSpec

Description

GCP native disk attachment specifications.

link GraphQL Schema definition

  • type GcpNativeDiskAttachmentSpec {
  • # Device name where the disk is attached on the instance.
  • devicePath: String!
  • # Unique identifier of the disk.
  • diskId: String!
  • # Index indicating the order of disk attachment on the instance.
  • diskIndex: Int!
  • # Unique identifier of the GCE instance.
  • gceInstanceId: String!
  • # Specifies whether the disk is a boot disk.
  • isBootDisk: Boolean!
  • # Specifies whether the disk is excluded from snapshots.
  • isExcludedFromSnapshot: Boolean!
  • }