Vcenter Namespaces Instances VpcNetworkInfo
The Vcenter Namespaces Instances VpcNetworkInfo schema describes the specification of a VPC network configuration.
This schema was added in vSphere API 9.0.0.0.
{
"vpc_config": {
"private_cidrs": [
{
"address": "string",
"prefix": 0
}
]
},
"vpc": "string",
"shared_subnets": [
{
"path": "string"
}
],
"auto_created": false,
"default_subnet_size": 0
}
VPC configuration used for this vSphere Namespace.
This property was added in vSphere API 9.0.0.0.
NSX path of the VPC associated with this vSphere Namespace.
This property was added in vSphere API 9.0.0.0.
Subnets created outside of the Supervisor associated with this vSphere Namespace.
This property was added in vSphere API 9.1.0.0.
This property is optional because it was added in a newer version than its parent node.
Whether the VPC is automatically created for the vSphere Namespace.
This property was added in vSphere API 9.0.0.0.
Default size of vSphere Namespace Subnets.
This property was added in vSphere API 9.0.0.0.