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
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Vapi::Protocol::HttpConfiguration Class Reference

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 ()
 

Member Function Documentation

public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_io_thread_count ( )

Get IO Threads

Parameters
None
Return values
io_thread_countReturns the number of I/ O dispatch threads to be used by the I / O reactor
Code:
click to view
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_library_type ( )

Get Library type

Parameters
None
Return values
library_typeReturns the type of the HTTP library Can be null
Code:
click to view
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_ssl_configuration ( )

Get SSL Configurations

Parameters
None
Return values
ssl_configReturns the SSL configuration Can be null
Code:
click to view
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::get_sso_timeout ( )

Get timeout

Parameters
None
Return values
sso_timeoutReturns the amount of time in milliseconds, the client should wait for a response before specified time out
Code:
click to view
public method Com::Vmware::Vapi::Protocol::HttpConfiguration::new ( )

Constructor

Parameters
library_type
ssl_config
io_thread_count
sso_timeout
Return values
Blessed object
Code:
click to view

The documentation for this class was generated from the following file: