|
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 | 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 () |
Com::Vmware::Appliance::Techpreview::Networking::Proxy interface provides methods* Proxy configuration.
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::delete | ( | ) |
Delete a Proxy configuration for a specific protocol.
| protocol | [REQUIRED] Protocol to delete proxy of. . The value must be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyProtocol. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::get | ( | ) |
Get proxy configuration for all protocols.
| proxy | configuration for all protocols. The return type will be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigMultiple |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::set | ( | ) |
Set Proxy configuration. In order for this configuration to take effect a logout is required.
| config | [REQUIRED] List of Proxy configurations to be set. . The value must be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigMultiple. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::test | ( | ) |
Test a Proxy configuration by testing the connection to the proxy server and test host.
| config | [REQUIRED] Proxy configuration to test . The value must be Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest. |
| Status | of proxy settings. The return type will be Com::Vmware::Appliance::Techpreview::Networking::Proxy::TestStatusInfo |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: