Package org.jclouds.cloudstack.config
Class CloudStackProperties
java.lang.Object
org.jclouds.cloudstack.config.CloudStackProperties
Configuration properties and constants used in CloudStack connections.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Whenever a node is created, automatically generate keypairs for groups, as needed, also delete the keypair(s) when the last node in the group is destroyed.static final String
Type of credentials specified duringinvalid reference
ComputeServiceContextBuilder#overrides
-
Method Summary
-
Field Details
-
CREDENTIAL_TYPE
Type of credentials specified duringinvalid reference
ComputeServiceContextBuilder#overrides
CredentialType.API_ACCESS_KEY_CREDENTIALS
, the request signing is used. IfCredentialType.PASSWORD_CREDENTIALS
, login will happen and a session will be persisted.valid values
- apiAccessKeyCredentials
- passwordCredentials
- See Also:
-
AUTO_GENERATE_KEYPAIRS
Whenever a node is created, automatically generate keypairs for groups, as needed, also delete the keypair(s) when the last node in the group is destroyed.- See Also:
-