RackspaceCloudCredentials object

Polymorphism

RackspaceCloudCredentials is a type that implements the CloudCredentials type.

When an object of type CloudCredentials is expected, you can use one of type RackspaceCloudCredentials (or use any other implementation).

Example JSON representation

{
  "apiKey": "string",
  "cloudCredentialsType": "RackspaceCloudCredentials",
  "description": "string",
  "id": "string",
  "isUk": true,
  "name": "string",
  "provider": "string",
  "scope": "scalr",
  "status": "disabled",
  "userName": "string"
}

Properties

property attributes valid values description filter option
apiKey
string
required

The API access key.

cloudCredentialsType
string
required
create-only
filterable
"RackspaceCloudCredentials"

The Cloud Platform these credentials allow access to.

?cloudCredentialsType=...
name
string
required
filterable

Unique name of these Cloud Credentials.

?name=...
userName
string
required

The user name.

id
string
read-only
filterable

Unique identifier for this Cloud Credentials object.

?id=...
scope
string
read-only
filterable
"scalr"
"account"
"environment"
"farm"
"farmrole"
"role"
"server"

The scope in which these Cloud Credentials were added.

?scope=...
status
string
read-only
filterable
"disabled"
"enabled"
"suspended"

The status of these Cloud Credentials.

?status=...
description
string
optional
isUk
boolean
create-only

Indicates if these credentials are for Rackspace UK (true) or Rackspace US (false).

provider
string
create-only
filterable

Cloud provider for Openstack or Cloudstack based clouds.

?provider=...