-
validateServerHttpsCertificate
boolean validateServerHttpsCertificate
This flag indicates if we are going to validate the server certificate in case of HTTPS connections.
The default value is 'true', meaning that we always validate the server HTTPS certificate.
-
acceptAllKindsOfCertificates
boolean acceptAllKindsOfCertificates
This flag is highly dangerous and should never be used with production environments.
It will accept every single SSL certificates when creating HTTPS connections. Not even the commons name will be checked.
Therefore, it should be kept only during development phase.
-
requestValidity
int requestValidity
The validity time of the ACS request.
The default value is .
-
connectionTimeout
int connectionTimeout
The http client connection timeout
The default value is seconds .
-
shouldRequestsExpire
boolean shouldRequestsExpire
This parameter controls if the expiration of requests is activated or not.
It is activated by default. The validity of requests if defined by property.
-
url
java.lang.String url
The API URL used to access Apache CloudStack API.
Ex: https://cloud.domain.com/client/api
-
apacheCloudStackUser
ApacheCloudStackUser apacheCloudStackUser
User credentials that can be used to access ApacheCloudStack.
They can be either a pair of secret key and API key or a triple of username, password and domain