VpcConnectivityProfile

VpcConnectivityProfile
VpcConnectivityProfile

Describes a networking VPC Connectivity Profile.

JSON Example
{
    "name": "string",
    "externalCidrBlocks": "172.10.0.0/16,10.10.0.0/16",
    "serviceEdgeClusterRef": {
        "name": "string",
        "id": "string"
    },
    "qosConfig": {
        "ingressProfile": {
            "id": "string",
            "name": "string",
            "type": "string",
            "committedBandwidthMbps": 0,
            "burstSizeBytes": 0
        },
        "egressProfile": {
            "id": "string",
            "name": "string",
            "type": "string",
            "committedBandwidthMbps": 0,
            "burstSizeBytes": 0
        }
    }
}
string
name
Optional

Display name for the VPC Connectivity Profile.

string
externalCidrBlocks
Optional

Comma separated list of the external IP CIDRs which are available for use by the VPC.

serviceEdgeClusterRef
Optional

Entity reference used to describe VCD entities

qosConfig
Required

Represents the Ingress and Egress QoS config for a gateway.