|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere 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 |
Code:
| 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 |
Code:
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_ssl_configuration | ( | ) |
Get SSL Configurations
| None |
| ssl_config | Returns the SSL configuration Can be null |
Code:
| 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 |
Code:
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::new | ( | ) |
Constructor
| library_type | |
| ssl_config | |
| io_thread_count | |
| sso_timeout |
| Blessed object |
Code:
click to view
|