Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.91 KB

CloudAccountExtended.md

File metadata and controls

28 lines (24 loc) · 2.91 KB

CloudAccountExtended

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 [optional] [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 [optional] [default to null]
Name string A unique name for this account [optional] [default to null]
Proxy string The id or name of a proxy to be used by this account [optional] [default to null]
SkipAccountCheck bool (Not recommended) Indicates whether to skip validation that the cloud account is still accessible [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]
Uri string A valid URI pointing to the location of the cloud storage [optional] [default to null]
Bucket string The machine generated name of the account bucket to store data [optional] [default to null]
Id string A globally unique name for this account [optional] [default to null]
MetadataBucket string The machine generated name of the account bucket to store metadata [optional] [default to null]
Pool string Name of the pool referencing this account. Empty if none. [optional] [default to null]
State string Indicates whether this account is in a good state ("OK"), disabled ("disabled") or inaccessible via the network ("unreachable") [optional] [default to null]
StateDetails string Gives further information to describe the state of this account [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 [optional] [default to null]

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