github.com/cloud-foundations/dominator@v0.0.0-20221004181915-6e4fee580046/cmd/fleet-manager/example-topology/NYC/subnets.json (about)

     1  [
     2      {
     3          "Id": "Egress",
     4          "IpGateway": "192.168.0.1",
     5          "IpMask": "255.255.255.0",
     6          "DomainName": "nyc.prod.company.com",
     7          "DomainNameServers": [
     8              "172.16.0.2",
     9              "172.16.0.3"
    10          ],
    11  	"VlanId": 30
    12      }
    13  ]