org.jclouds.cloudstack.config
Interface CloudStackProperties


public interface CloudStackProperties

Configuration properties and constants used in CloudStack connections.

Author:
Adrian Cole

Field Summary
static String CREDENTIAL_TYPE
          Type of credentials specified during ComputeServiceContextFactory.createContext(java.lang.String, java.lang.String, java.lang.String).
 

Field Detail

CREDENTIAL_TYPE

static final String CREDENTIAL_TYPE
Type of credentials specified during ComputeServiceContextFactory.createContext(java.lang.String, java.lang.String, java.lang.String). If CredentialType.API_ACCESS_KEY_CREDENTIALS, the request signing is used. If CredentialType.PASSWORD_CREDENTIALS, login will happen and a session will be persisted.

valid values

See Also:
CredentialType, , Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.