sddcNetwork

sddcNetwork
sddcNetwork

Logical network.

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

subnets

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.

l2Extension
Optional

l2Extension

string
cgwId
Required

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

dhcpConfigs
Optional

dhcpConfigs

string
id
Optional

ID of logical network.