INPUT_OBJECT
CreateNetflowOnPremiseMutationInput
The input object that defines the fields for the createNetflowOnPremise mutation.
link GraphQL Schema definition
- input CreateNetflowOnPremiseMutationInput {
- # A descriptive name.
- : String!
- # An IPv4/IPv6 address.
- : IP!
- # A note about this entity.
- : NoteMutationInput
- }