This class represents the cloud credentials. They are used by the provisoner to request for resources.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
accessKeyId | string | element | 0/1 | The access key ID / user name for a cloud provider. | |
attributes | (custom) | element | 0/1 | the attributes | |
cloudProviderName | string | element | 0/1 | The name of the cloud provider | |
secretKey | string | element | 0/1 | It is the secret key / password for accessing a cloud provider. | |
Properties inherited from ownedObject |
|||||
owner | string | element | 0/1 | The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call | |
timestamp | long | element | 0/1 | the timestamp |
Example
<c-----> <secretKey>7A7vo19ffdfa4SAsA6gsF5Fgbfb5rtwY6hBxtYt12</secretKey> <cloudProviderName>ec2</cloudProviderName> <accessKeyId>AKIKIQY9K1ZUQ6M7YBSQ</accessKeyId> <attributes>...</attributes> <owner>user1</owner> <timestamp>...</timestamp> </c----->