INPUT_OBJECT

GcpNativeDiskTypeFilter

Description

Filter to return GCP disks which have disk type in the given list of disk types.

link GraphQL Schema definition

  • input GcpNativeDiskTypeFilter {
  • # Filter by GCP disk type.
  • diskTypes: [String!]!
  • }