INPUT_OBJECT

GcpNativeNetworkFilter

Description

Filter to return GCP GCE instances which have network name in the given list of network names.

link GraphQL Schema definition

  • input GcpNativeNetworkFilter {
  • # Filter by GCP instance network name.
  • networkNames: [String!]!
  • }