sddcNetwork

sddcNetwork
sddcNetwork

Logical network.

JSON Example
{
    "cgwName": "string",
    "name": "string",
    "subnets": {
        "addressGroups": [
            {
                "prefixLength": "string",
                "primaryAddress": "string"
            }
        ]
    },
    "l2Extension": {
        "tunnelId": 0
    },
    "id": "string",
    "cgwId": "string",
    "dhcpConfigs": {
        "ipPools": [
            {
                "domainName": "string",
                "ipRange": "string"
            }
        ]
    }
}
string
cgwName
Optional

Name of the compute gateway to which the logical network is attached.

string
name
Required

Name of logical network. Length needs to be between 1-35 characters.

subnets
Optional

subnets

l2Extension
Optional

l2Extension

string
id
Optional

ID of logical network.

string
cgwId
Required

ID of the compute gateway edge to which the logical network is attached.

dhcpConfigs
Optional

dhcpConfigs