config/workload/gateway/datacenternetwork/jsons/networkinterfaces/dcL1GW.json
{
"resourceId": "dcL1GW", "resourceMetadata": { "client": "TurnKeySdn" }, "tags": { "Role": "GatewayConnection" }, "properties": { "ipConfigurations": [ { "resourceId": "dcL1GW_ipconfig_1", "properties": { "privateIPAddress": "100.64.200.11", "privateIPAllocationMethod": "Static", "subnet": { "resourceRef": "/logicalnetworks/dc_lnet_1/subnets/dc_lnet_1_subnet_1" } } } ], "dnsSettings": {}, "privateMacAllocationMethod": "Dynamic", "serviceInsertionElements": [], "portSettings": { "macSpoofingEnabled": "Disabled", "arpGuardEnabled": "Disabled", "dhcpGuardEnabled": "Disabled", "stormLimit": 0, "portFlowLimit": 0, "iovWeight": 0, "iovInterruptModeration": "Off", "iovQueuePairsRequested": 0, "vmqWeight": 100, "qosSettings": { "outboundReservedValue": 0, "outboundMaximumMbps": 0, "inboundMaximumMbps": 0, "enableHardwareLimits": false } }, "isPrimary": true, "isMultitenantStack": false } } |