Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.92 KB

CloudAccountCreateParams.md

File metadata and controls

21 lines (17 loc) · 1.92 KB

CloudAccountCreateParams

Properties

Name Type Description Notes
AccountId string (S3 only) The user id of the S3 account [optional] [default to null]
AccountUsername string The username required to authenticate against the cloud service [default to null]
BirthClusterId string The guid of the cluster where this account was created [optional] [default to null]
Enabled bool Whether this account is explicitly enabled or disabled by a user [optional] [default to null]
Key string A valid authentication key for connecting to the cloud [default to null]
Name string A unique name for this account [default to null]
Proxy string The id or name of a proxy to be used by this account [optional] [default to null]
SkipSslValidation bool Indicates whether to skip SSL certificate validation when connecting to the cloud [optional] [default to null]
StorageRegion string (S3 only) An appropriate region for the S3 account. For example, faster access times may be gained by referencing a nearby region [optional] [default to null]
TelemetryBucket string (S3 only) The name of the bucket into which generated metrics reports are placed by the cloud service provider [optional] [default to null]
Type_ string The type of cloud protocol required. E.g., "isilon" for EMC Isilon, "ecs" for EMC ECS Appliance, "virtustream" for Virtustream Storage Cloud, "azure" for Microsoft Azure and "s3" for Amazon S3 [default to null]
Uri string A valid URI pointing to the location of the cloud storage [default to null]

[Back to Model list] [Back to API list] [Back to README]