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