Update Regional Networking Setting
Updates a Regional Networking Setting.
Updates an existing Regional Networking Setting. Only Name and Edge Cluster fields are updateable
Request
URI
PUT
https://{api_host}/cloudapi/v1/regionalNetworkingSettings/{settingId}
COPY
Path Parameters
string
settingId
Required
settingId
Request Body
RegionalNetworkingSetting
of type(s)
application/json
Optional
{
"status": "string",
"id": "urn:vcloud:regionalNetworkingSetting:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"regionRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"providerGatewayRef": {
"name": "string",
"id": "string"
},
"distributedVlanConnectionRef": {
"name": "string",
"id": "string"
},
"serviceEdgeClusterRef": {
"name": "string",
"id": "string"
},
"virtualNetworkApplianceClusterRef": {
"name": "string",
"id": "string"
},
"defaultVpcPrivateSubnetCidrOverride": "string",
"projectTgwPrivateSubnetCidrOverride": "string"
}
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 '{"orgRef":"object","regionRef":"object"}' https://{api_host}/cloudapi/v1/regionalNetworkingSettings/{settingId}
Availability
Added in 9.0.0
On This Page
Regional Networking Settings Operations
POST
Sync Org Regional Networking Resources Into Tm
GET
Get Regional Networking Settings
POST
Create Regional Networking Setting
GET
Get Regional Networking Setting
PUT
Update Regional Networking Setting
DELETE
Delete Regional Networking Setting
GET
Get Default Vpc Connectivity Profile
PUT
Update Default Vpc Connectivity Profile
GET
Get Provider Gateway Connections
POST
Create Provider Gateway Connection
GET
Get Provider Gateway Connection
DELETE
Delete Provider Gateway Connection
GET
Get Shared Subnets
POST
Create Shared Subnet
GET
Get Shared Subnet
DELETE
Delete Shared Subnet
GET
Get Regional Distributed Vlan Connections
POST
Create Regional Distributed Vlan Connection
GET
Get Regional Distributed Vlan Connection
DELETE
Delete Regional Distributed Vlan Connection
GET
Get Avi Setting
PUT
Update Avi Setting