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
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Appliance::Techpreview::Networking::Proxy Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Proxy:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  Message
 
class  MessageStatus
 
class  ProxyConfig
 
class  ProxyConfigMultiple
 
class  ProxyConfigTest
 
class  ProxyProtocol
 
class  ProxyStatus
 
class  TestStatus
 
class  TestStatusInfo
 

Avaliable Methods

public method test ()
 
public method get ()
 
public method delete ()
 
public method new ()
 
public method set ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Proxy interface provides methods* Proxy configuration.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::delete ( )

Delete a Proxy configuration for a specific protocol.

Parameters
protocol[REQUIRED] Protocol to delete proxy of. . The value must be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyProtocol.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::get ( )

Get proxy configuration for all protocols.

Return values
proxyconfiguration for all protocols. The return type will be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigMultiple
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::set ( )

Set Proxy configuration. In order for this configuration to take effect a logout is required.

Parameters
config[REQUIRED] List of Proxy configurations to be set. . The value must be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigMultiple.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::test ( )

Test a Proxy configuration by testing the connection to the proxy server and test host.

Parameters
config[REQUIRED] Proxy configuration to test . The value must be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest.
Return values
Statusof proxy settings. The return type will be Com::Vmware::Appliance::Techpreview::Networking::Proxy::TestStatusInfo
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view

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