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 {
- # Bridge port input data
- : BridgePortDataInput
- # Ethertype input data
- : EthertypeDataInput
- # IP fragment - no data parameters required
- : IpFragmentDataInput
- # IP time to live input data
- : IpTtlDataInput
- # LLC DSAP/SSAP input data
- : DsapSsapDataInput
- # VLAN ID input data
- : VlanTDDataInput
- # ICMP input data
- : IcmpDataInput
- # IP type of service (DSCP) input data
- : IpTosDataInput
- # MAC address input data
- : MacAddrDataInput
- # IP address input data
- : IpAddrDataInput
- # IPv6 flow label input data
- : Ipv6FlowLabelDataInput
- # IP protocol type input data
- : IpProtoDataInput
- # TCP/UDP input data
- : TcpUdpDataInput
- # Application input data
- : ApplicationDataInput
- # Priority input data
- : PriorityDataInput
- }