TrafficRule.yaml 393 Bytes
Newer Older
Shlomi Hadad's avatar
Shlomi Hadad committed
TrafficRule:
  trafficRuleId: 'TrafficRule123'
  serName: 'ExampleService'
  filterType: 'FLOW'
Shlomi Hadad's avatar
Shlomi Hadad committed
  priority: 1
  trafficFilter:    
    - srcAddress:
      - '192.168.2.0/24'
      - '192.168.3.0/24'
      dstAddress:
      - '192.127.4.100/32'
      dstPort:
      - '80' 
  action: 'FORWARD_DECAPSULATED'
Shlomi Hadad's avatar
Shlomi Hadad committed
  dstInterface: 
    interfaceType: 'IP'
    dstIpAddress: '20.1.1.1'
  state: 'ACTIVE'