VMware vCloud Suite SDK Perl
The VMware vCloud Suite SDK for Perl supports the client-side vCloud Suite API for access to vCloud services and capabilities
|
Classes | |
class | Builder |
class | SslConfiguration |
Avaliable Methods | |
public method | get_library_type () |
public method | get_io_thread_count () |
public method | get_ssl_configuration () |
public method | get_sso_timeout () |
public method | new () |
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_io_thread_count | ( | ) |
Get IO Threads
None |
io_thread_count | Returns the number of I/ O dispatch threads to be used by the I / O reactor |
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_library_type | ( | ) |
Get Library type
None |
library_type | Returns the type of the HTTP library Can be null |
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_ssl_configuration | ( | ) |
Get SSL Configurations
None |
ssl_config | Returns the SSL configuration Can be null |
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_sso_timeout | ( | ) |
Get timeout
None |
sso_timeout | Returns the amount of time in milliseconds, the client should wait for a response before specified time out |
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::new | ( | ) |
Constructor
library_type | |
ssl_config | |
io_thread_count | |
sso_timeout |
Blessed object |
![]() click to view
|