config/workload/gateway/datacenternetwork/jsons/networkinterfaces/dc_lnet2gw.json

{
    "resourceId": "dc_lnet2gw",
    "resourceMetadata": {
        "client": "TurnKeySdn"
    },
    "tags": {
        "Role": "GatewayConnection"
    },
    "properties": {
        "ipConfigurations": [
            {
                "resourceId": "dc_lnet2gw_ipconfig_1",
                "properties": {
                    "privateIPAddress": "100.64.201.11",
                    "privateIPAllocationMethod": "Static",
                    "subnet": {
                        "resourceRef": "/logicalnetworks/dc_lnet_2/subnets/dc_lnet_2_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
    }
}