InlineSharedSubnet1

InlineSharedSubnet1
InlineSharedSubnet1
JSON Example undefined undefined
{
    "id": "urn:vcloud:sharedSubnet:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "subnetType": "string",
    "vlanId": 0,
    "gatewayCidr": "10.10.10.1/24",
    "regionRef": {
        "name": "string",
        "id": "string"
    },
    "ipSpaceRef": "EntityReference Object",
    "backingId": "string"
}
string
id
Optional

The unique ID for the Shared Subnet. This field is read-only.

string
name
Required
Constraints: minLength: 1 maxLength: 128

The name of the Shared Subnet.

string
description
Optional

The description of the Shared Subnet.

string
subnetType
Optional
Constraints: default: VLAN

Type for Shared Subnet. VLAN is currently the only supported type.

  • VLAN
integer As int32 As int32
vlanId
Required
Constraints: minimum: 0 maximum: 4095

The VLAN ID if type is VLAN. Required for Subnet bridges of type VLAN.

string
gatewayCidr
Required

The gateway CIDR for the Shared Subnet. This cannot be updated.

regionRef
Required

Entity reference used to describe VCD entities

ipSpaceRef
Optional

Entity reference used to describe VCD entities

string
backingId
Optional

ID of the matching Subnet in NSX. This field is read-only and is ignored on create/update.