Sha256: b9b310ab14123386260ad19cce62c625dfb982ab30d73d53363d2699b05d1535

Contents?: true

Size: 498 Bytes

Versions: 2

Compression:

Stored size: 498 Bytes

Contents

---
gateway: {{ edge_gateway_name }}
nat_service:
  nat_rules:
  - enabled: true
    network_id: {{ network_id }}
    rule_type: 'DNAT'
    decription: 'Example 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'
    description: 'Example SNAT'
    translated_ip: {{ original_ip }}
    original_ip: '10.10.1.2-10.10.1.3'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vcloud-edge_gateway-2.1.1 spec/integration/edge_gateway/data/nat_config.yaml.mustache
vcloud-edge_gateway-2.1.0 spec/integration/edge_gateway/data/nat_config.yaml.mustache