INPUT_OBJECT

GcpNativeDiskLocationFilter

Description

Filter to return GCP disks which have location in the given list of locations. Location can be a zone or a region.

link GraphQL Schema definition

  • input GcpNativeDiskLocationFilter {
  • # Filter GCP disks by location.
  • locations: [String!]!
  • }