UpdateCloudAccountAviLbSpecification

UpdateCloudAccountAviLbSpecification
UpdateCloudAccountAviLbSpecification

Specification for an AVI Load Balancer cloud account.

A cloud account identifies a cloud account type and an account-specific deployment.Updating the hostname to use a different endpoint is not recommended and should be avoided.

JSON Example
{
    "name": "string",
    "description": "string",
    "hostName": "avilb.mycompany.com",
    "username": "[email protected]",
    "password": "cndhjslacd90ascdbasyoucbdh",
    "acceptSelfSignedCertificate": false,
    "tags": [
        {
            "key": "env",
            "value": "dev"
        }
    ],
    "certificateInfo": {
        "certificate": "-----BEGIN CERTIFICATE-----\nMIIDHjCCAoegAwIBAgIBATANBgkqhkiG9w0BAQsFADCBpjEUMBIGA1UEChMLVk13\nYXJlIEluYAAc1pw18GT3iAqQRPx0PrjzJhgjIJMla\n/1Kg4byY4FPSacNiRgY/FG2bPCqZk1yRfzmkFYCW/vU+Dg==\n-----END CERTIFICATE-----\n-"
    },
    "cloudAccountProperties": {
        "cloud": "cloud-vsphere-connector",
        "tenant": "mytenant",
        "apiVersion": "22.0.1"
    },
    "createDefaultZones": false,
    "regions": [
        {
            "name": "europe-west2",
            "externalRegionId": "europe-west2"
        }
    ]
}
string
name
Required

A human-friendly name used as an identifier in APIs that support this option.

string
description
Optional

A human-friendly description.

string
hostName
Required

Host name for the AVI Load Balancer endpoint

string
username
Required

Username to authenticate with the cloud account

string
password
Required

Password for the user used to authenticate with the cloud Account

boolean
acceptSelfSignedCertificate
Optional

Accept self signed certificate when connecting.

array of Tag
tags
Optional

A set of tag keys and optional values to set on the Cloud Account

certificateInfo
Optional

Specification for certificate for a cloud account.

object
cloudAccountProperties
Optional

Cloud Account specific properties supplied in as name value pairs

boolean
createDefaultZones
Optional

Create default zones for the enabled regions

regions
Required

A set of regions to enable provisioning on.Refer to /iaas/api/cloud-accounts/region-enumeration.