cloudCredentials Data Type

This class represents the cloud credentials. They are used by the provisoner to request for resources.

Namespace
(Default)
Schema
ns0.xsd
Properties
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 who made the call. It is created automatically. No need to set during a POST

Example

<c----->
  <secretKey>7A7vo19ffdfa4SAsA6gsF5Fgbfb5rtwY6hBxtYt12</secretKey>
  <cloudProviderName>ec2</cloudProviderName>
  <accessKeyId>AKIKIQY9K1ZUQ6M7YBSQ</accessKeyId>
  <attributes>...</attributes>
  <owner>user1</owner>
</c----->