Update Load Balancer Cloud

Update Load Balancer Cloud

Update an Load Balancer Cloud.

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/loadBalancer/clouds/{loadBalancerCloudId}
COPY
Path Parameters
string
loadBalancerCloudId
Required

loadBalancerCloudId

string
loadBalancerCloudId
Required

loadBalancerCloudId


Request Body
LoadBalancerCloud of type(s) application/json
Optional
This request body class requires all of the following: NetworkingObjectStatus , InlineLoadBalancerCloud1
{
    "id": "urn:vcloud:loadBalancerCloud:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "loadBalancerCloudBacking": {
        "backingId": "NSX-ALB Clouds are identified with the following format 'cloud-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'",
        "backingType": "string",
        "loadBalancerControllerRef": {
            "name": "string",
            "id": "string"
        }
    },
    "networkPoolRef": {
        "name": "string",
        "id": "string"
    },
    "healthStatus": "string",
    "detailedHealthMessage": "string"
}
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