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

Logical network address groups.

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

Layer 2 extension.

string
cgwId
Required

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

dhcpConfigs
Optional

DHCP configuration for the logical network.

string
id
Optional

ID of logical network.