INPUT_OBJECT

CreateNetflowAllowedSubnetMutationInput

The input object that defines the fields for the createNetflowAllowedSubnet mutation.

link GraphQL Schema definition

  • input CreateNetflowAllowedSubnetMutationInput {
  • # The ID of a `NetflowEndpoint`.
  • netflow_endpoint_id: Int64Bit!
  • # An IPv4/IPv6 subnet.
  • subnet: SubnetScalar!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by