cloudCredentials Data Type

This class represents the cloud credentials for a cloud. 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
cloudProviderName string element 0/1 The name of the cloud provider
id string element 0/1  
key string element 0/1 The key for the cloud provider.
keyIdAlias string element 0/1 The key id for the cloud provider or the key alias.
Properties inherited from ownedObject
owner string element 0/1 the owner

Example

<c----->
  <id>...</id>
  <key>6J7uo99ifrff45126Gsy5vgb3bmrtwY6hBxtYt9y</key>
  <keyIdAlias>AKIAITY3K5ZUQ6M7YBSQ</keyIdAlias>
  <cloudProviderName>ec2</cloudProviderName>
  <owner>...</owner>
</c----->