|
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 | |
| public method | set_port () |
| public method | get_port () |
| public method | set_testhost () |
| public method | set_password () |
| public method | set_username () |
| public method | get_protocol () |
| public method | get_testhost () |
| public method | get_password () |
| public method | set_protocol () |
| public method | get_server () |
| public method | get_username () |
| public method | new () |
| public method | set_server () |
Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest class Structure that defines proxy configuration.
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_password | ( | ) |
Gets the value of 'password' property.
| password | - The current value of the field. password for proxy server. Secret# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_port | ( | ) |
Gets the value of 'port' property.
| port | - The current value of the field. port to connect to the proxy server on. A value of -1 indicates that the default port is being used. long# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_protocol | ( | ) |
Gets the value of 'protocol' property.
| protocol | - The current value of the field. protocol being configured. ProxyProtocol# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_server | ( | ) |
Gets the value of 'server' property.
| server | - The current value of the field. hostname or ip of proxy server String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_testhost | ( | ) |
Gets the value of 'testhost' property.
| testhost | - The current value of the field. Verify that a hostname (www.vmware.com) or IPv4 or Ipv6 address of the testhost is accessible through proxy. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_username | ( | ) |
Gets the value of 'username' property.
| username | - The current value of the field. username for proxy server. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_password | ( | ) |
Sets the given value for 'password' property.
| password | - New value for the field. password for proxy server. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_port | ( | ) |
Sets the given value for 'port' property.
| port | - New value for the field. port to connect to the proxy server on. A value of -1 indicates that the default port is being used. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_protocol | ( | ) |
Sets the given value for 'protocol' property.
| protocol | - New value for the field. protocol being configured. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_server | ( | ) |
Sets the given value for 'server' property.
| server | - New value for the field. hostname or ip of proxy server |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_testhost | ( | ) |
Sets the given value for 'testhost' property.
| testhost | - New value for the field. Verify that a hostname (www.vmware.com) or IPv4 or Ipv6 address of the testhost is accessible through proxy. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_username | ( | ) |
Sets the given value for 'username' property.
| username | - New value for the field. username for proxy server. |
Code: