INPUT_OBJECT
PolicyRuleTrafDescMutationDataInput
Mutation data should populate a single field to set a traffic desciptor to that type with the defined data.
link GraphQL Schema definition
- input PolicyRuleTrafDescMutationDataInput {
- #   Ethertype input data
- : EthertypeDataInput
- #   Bridge port input data
- : BridgePortDataInput
- #   IP fragment - no data parameters required
- : IpFragmentDataInput
- #   IP time to live input data
- : IpTtlDataInput
- #   IP protocol type input data
- : IpProtoDataInput
- #   ICMP input data
- : IcmpDataInput
- #   VLAN ID input data
- : VlanTDDataInput
- #   IP type of service (DSCP) input data
- : IpTosDataInput
- #   Priority input data
- : PriorityDataInput
- #   Application input data
- : ApplicationDataInput
- #   TCP/UDP input data
- : TcpUdpDataInput
- #   LLC DSAP/SSAP input data
- : DsapSsapDataInput
- #   IPv6 flow label input data
- : Ipv6FlowLabelDataInput
- #   MAC address input data
- : MacAddrDataInput
- #   IP address input data
- : IpAddrDataInput
- }