CloudAccountSpecification

CloudAccountSpecification
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.

JSON Example
{
    "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"
        }
    ]
}
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
cloudAccountType
Required

Cloud account type

string
privateKeyId
Required

Access key id or username to be used to authenticate with the cloud account

string
privateKey
Required

Secret access key or password to be used to authenticate with the cloud account

array of string
associatedCloudAccountIds
Optional

Cloud account to link with this cloud account

object
cloudAccountProperties
Required

Cloud Account specific properties supplied in as name value pairs

object
customProperties
Optional

Additional custom properties that may be used toextend the Cloud Account.

array of string
regionIds
Required

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

boolean
createDefaultZones
Optional

Create default cloud zones for the enabled regions.

array of Tag
tags
Optional

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