CloudAccountSpecification
Specification for a generic cloud account.
A cloud account identifies a cloud account type and an account-specific deployment region or data center where the associated cloud account resources are hosted.
{
"name": "string",
"description": "string",
"cloudAccountType": "vsphere, aws, azure, nsxv, nsxt",
"privateKeyId": "ACDC55DB4MFH6ADG75KK",
"privateKey": "gfsScK345sGGaVdds222dasdfDDSSasdfdsa34fS",
"associatedCloudAccountIds": [
"string"
],
"regionIds": [
"string"
],
"createDefaultZones": true,
"tags": [
{
"key": "string",
"value": "string"
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Cloud account type
Access key id or username to be used to authenticate with the cloud account
Secret access key or password to be used to authenticate with the cloud account
Cloud account to link with this cloud account
Cloud Account specific properties supplied in as name value pairs
Additional custom properties that may be used toextend the Cloud Account.
A set of Region names to enable provisioning on.Refer to /iaas/cloud-accounts/region-enumeration.
Create default cloud zones for the enabled regions.