VmwareCloudCredentials object
Polymorphism
VmwareCloudCredentials is a type that implements the CloudCredentials type.
When an object of type CloudCredentials is expected, you can use one of type VmwareCloudCredentials (or use any other implementation).
Example JSON representation
{
"cloudCredentialsType": "VmwareCloudCredentials",
"description": "string",
"id": "string",
"name": "string",
"password": "secret",
"provider": "string",
"scope": "scalr",
"sslVerification": true,
"status": "disabled",
"url": "string",
"userName": "string"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
cloudCredentialsType string |
required create-only filterable |
"VmwareCloudCredentials" | The Cloud Platform these credentials allow access to. |
?cloudCredentialsType=... |
name string |
required filterable |
Unique name of these Cloud Credentials. |
?name=... | |
password string |
required |
The password for the user. |
||
url string |
required |
vSphere Web Services SDK Server URL. |
||
userName string |
required |
The ID of the user. |
||
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 |
|||
provider string |
create-only filterable |
Cloud provider for Openstack or Cloudstack based clouds. |
?provider=... | |
sslVerification boolean |
optional |
Specifies whether it should verify SSL Certificate. |