Avn
Avn
Defines an Application virtual Network (AVN) and its attributes
JSON Example
{
"id": "3f39d4a1-78d2-11e8-af85-f1cf26258cdc",
"name": "vRealize-AVN",
"regionType": "REGION_A",
"subnet": "192.168.31.0",
"subnetMask": "255.255.255.0",
"gateway": "192.168.31.1",
"mtu": 1600,
"vlanId": 30,
"portGroupName": "sfo-m01-seg01-pg",
"domainName": "rainpole.io",
"routerName": "sfo-m01-ec01-t1-gw01"
}
string
id
Optional
The UUID of the AVN
string
name
Required
User provided name of the AVN
string As (REGION_A|REGION_B|X_REGION)
regionType
Required
The region type of AVN; X_REGION or REGION_A
string
subnet
Required
Subnet assigned to the AVN
string
subnetMask
Required
Subnet mask for the network assigned to the AVN
string
gateway
Required
Gateway of the AVN subnet
integer As int32 As int32
mtu
Required
Constraints: minimum: 1600 maximum: 9000
MTU for the AVN
integer As int32 As int32
vlanId
Optional
VLAN ID for the VLAN backed AVN
string
portGroupName
Optional
Port group name identifying the AVN on the distributed switch
string
domainName
Optional
AVN search domain
string
routerName
Optional
Name of Tier-1 Gateway AVN is connected to