|
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
|
Avaliable Methods | |
| private method | _validate () |
| public method | get_config () |
| public method | set_io_thread_count () |
| public method | set_library_type () |
| public method | new () |
| public method | set_so_timeout () |
| public method | set_ssl_configuration () |
Inner class for building HttpConfiguration class
| private method Com::Vmware::Vapi::Protocol::HttpConfiguration::Builder::_validate | ( | ) |
Validates whether IO thread count setting is supported for transport based on library [Private method]
| None |
| None |
Code:
click to view
|
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::Builder::get_config | ( | ) |
Get HttpConfiguration object
| None |
| HttpConfiguration | Returns object of HttpConfiguration class |
Code:
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::Builder::new | ( | ) |
Constructor
| None |
| Blessed object |
Code:
click to view
|
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::Builder::set_io_thread_count | ( | ) |
Defines the number of I/O dispatch threads to be used by the I/O reactor of the third-party HTTP library.
| io_thread_count_builder | number of I/O threads Defaults to the count of the processors on the machine Must be larger than zero |
Code:
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::Builder::set_library_type | ( | ) |
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::Builder::set_so_timeout | ( | ) |
| public method Com::Vmware::Vapi::Protocol::HttpConfiguration::Builder::set_ssl_configuration | ( | ) |