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`.
- : Int64Bit!
- # An IPv4/IPv6 subnet.
- : SubnetScalar!
- # A note about this entity.
- : NoteMutationInput
- }