INPUT_OBJECT

GcpNativeMachineTypeFilter

Description

Filter to return GCP GCE instances which have instance type in the given list of machine types.

link GraphQL Schema definition

  • input GcpNativeMachineTypeFilter {
  • # Filter by GCP instance type.
  • machineTypes: [String!]!
  • }