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 accessKeyId
cloudProviderName string element 0/1 The name of the cloud provider
id string element 0/1  
keyIDs string element 0/unbounded the keyIDs
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

Example

<c----->
  <secretKey>7A7vo19ffdfa4SAsA6gsF5Fgbfb5rtwY6hBxtYt12</secretKey>
  <id>...</id>
  <cloudProviderName>ec2</cloudProviderName>
  <accessKeyId>...</accessKeyId>
  <keyIDs>...</keyIDs>
  <owner>...</owner>
</c----->