Update Default Vpc Connectivity Profile

Update Default Vpc Connectivity Profile

Update the default VPC connectivity profile for networking workloads running within the region and Organization specified by Regional Networking Setting.

Request
URI
PUT
https://{api_host}/cloudapi/vcf/regionalNetworkingSettings/{settingId}/defaultVpcConnectivityProfile
COPY
Path Parameters
string
settingId
Required

settingId


Request Body
VpcConnectivityProfile of type(s) application/json
Required

Show optional properties

{
    "qosConfig": {
        "ingressProfile": {
            "type": "string"
        },
        "egressProfile": {
            "type": "string"
        }
    }
}
{
    "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.

object
serviceEdgeClusterRef
Optional

Entity reference used to describe VCD entities

object
qosConfig
Required

Represents the Ingress and Egress QoS config for a gateway.

Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"qosConfig:"object"}' https://{api_host}/cloudapi/vcf/regionalNetworkingSettings/{settingId}/defaultVpcConnectivityProfile