|
- {
- "location": "{{ lngw.location }}",
- "properties": {
- "localNetworkAddressSpace": {
- "addressPrefixes": {{ lngw.prefixes }}
- },
- "gatewayIpAddress": "{{ lngw.gwip }}",
- {% if lngw.asn is defined and lngw.asn != '' %}
- "bgpSettings": {
- "asn": {{ lngw.asn }},
- "bgpPeeringAddress": "{{ lngw.bgppeer }}",
- "peerWeight": {{ lngw.weight }}
- }
- {% endif %}
- }
- }
|