Sha256: 50b386d09549b165cd5834dce28c546e65fd862e6d1bfe1800f6325f9ff80eaf

Contents?: true

Size: 798 Bytes

Versions: 14

Compression:

Stored size: 798 Bytes

Contents

---
gateway: {{ edge_gateway_name }}
nat_service:
  nat_rules:
  - enabled: true
    network_id: {{ network_id }}
    rule_type: 'DNAT'
    translated_ip: '10.10.1.2-10.10.1.3'
    translated_port: '3412'
    original_ip: {{ original_ip }}
    original_port: '3412'
    protocol: 'tcp'
  - enabled: true
    network_id: {{ network_id }}
    rule_type: 'SNAT'
    translated_ip: {{ original_ip }}
    original_ip: '10.10.1.2-10.10.1.3'
firewall_service:
  policy: drop
  log_default_action: true
  firewall_rules:
  - enabled: true
    description: 'A rule'
    policy: allow
    protocols: 'tcp'
    destination_port_range: Any
    destination_ip: 10.10.1.2
    source_port_range: Any
    source_ip: 192.0.2.2
  - enabled: true
    destination_ip: '10.10.1.3-10.10.1.5'
    source_ip: 192.0.2.2/24

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
vcloud-edge_gateway-2.1.1 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-2.1.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.5.2 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.5.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.4.1 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.4.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.3.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.2.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.1.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.0.2 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.0.1 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-1.0.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-0.5.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache
vcloud-edge_gateway-0.4.0 spec/integration/edge_gateway/data/nat_and_firewall_config.yaml.mustache