INPUT_OBJECT

DsapSsapDataInput

link GraphQL Schema definition

  • input DsapSsapDataInput {
  • # Wellknown or 2 byte DSAP/SSAP value
  • value: String!
  • # Only applicable for DSAP/SSAP value of SNAP (0xAAAA). To not specify an
  • # ethertype, omit or pass None. Wellknown or hex value (See
  • # Policy.getRuleTrafDescWellKnownValues(ETHERTYPE))
  • ethertype: String
  • # Mask for data (data format = DD-SS-CC-EEEE). Only highest 2 bytes supported for
  • # types other than SNAP (0xFFFF000000)
  • mask: String
  • }