Vcenter Namespaces Instances VpcNetworkInfo

Vcenter Namespaces Instances VpcNetworkInfo
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.

JSON Example
{
    "vpc_config": {
        "private_cidrs": [
            {
                "address": "string",
                "prefix": 0
            }
        ]
    },
    "vpc": "string",
    "shared_subnets": [
        {
            "path": "string"
        }
    ],
    "auto_created": false,
    "default_subnet_size": 0
}
vpc_config
Required

VPC configuration used for this vSphere Namespace.

This property was added in vSphere API 9.0.0.0.

string
vpc
Required

NSX path of the VPC associated with this vSphere Namespace.

This property was added in vSphere API 9.0.0.0.

shared_subnets
Optional

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.

boolean
auto_created
Required

Whether the VPC is automatically created for the vSphere Namespace.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
default_subnet_size
Required

Default size of vSphere Namespace Subnets.

This property was added in vSphere API 9.0.0.0.