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.
settingId
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"
},
"virtualNetworkApplianceClusterRef": {
"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
}
}
}
Display name for the VPC Connectivity Profile.
Comma separated list of the external IP CIDRs which are available for use by the VPC.
Entity reference used to describe VCD entities
Entity reference used to describe VCD entities
Represents the Ingress and Egress QoS config for a gateway.
The request have been accepted and the task to monitor the request is in the Location header.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"qosConfig":"object"}' https://{api_host}/cloudapi/v1/regionalNetworkingSettings/{settingId}/defaultVpcConnectivityProfile