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.
{
"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"
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Host name for the AVI Load Balancer endpoint
Username to authenticate with the cloud account
Password for the user used to authenticate with the cloud Account
Accept self signed certificate when connecting.
Specification for certificate for a cloud account.
Cloud Account specific properties supplied in as name value pairs
Create default zones for the enabled regions
A set of regions to enable provisioning on.Refer to /iaas/api/cloud-accounts/region-enumeration.