OBJECT

ListStoredDiskLocationsReply

Description

List of locations where your GCP disks are present.

link GraphQL Schema definition

  • type ListStoredDiskLocationsReply {
  • # List of regions where your GCP disks are present.
  • regions: [String!]!
  • # List of zones where your GCP disks are present.
  • zones: [String!]!
  • }

link Require by