publish
plugins.it2be_cloudtools.ProviderBase info


Servoy Methods Summary
void setCredentials( String, String )
void setEndpoint( String )
void setOverrides( Properties )
void setRegion( String )


Servoy Methods Details


setCredentials
void  setCredentials( String, String )
Set credentials for the provider NOTE: Please store the access key and secret key securely.
Parameters
String  identity  AWS access key, Azure account name, Google email, etc
String  credential  AWS secret key, Azure account key, Google private key, Google path to json private key, etc

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setEndpoint
void  setEndpoint( String )
Set the endpoint. Used when using generic providers like S3
Parameters
String  endpoint  endpoint url

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setOverrides
void  setOverrides( Properties )
Override connection properties
Parameters
Properties  overrides  overrides properties

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient


setRegion
void  setRegion( String )
Set the region. Avoid using on most providers.
Parameters
String  region  region id

Returns
void  

Supported Clients
SmartClient, WebClient, NGClient