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
List of all members
Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest:

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

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest class Structure that defines proxy configuration.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_password ( )

Gets the value of 'password' property.

Return values
password- The current value of the field. password for proxy server. Secret#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_port ( )

Gets the value of 'port' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_protocol ( )

Gets the value of 'protocol' property.

Return values
protocol- The current value of the field. protocol being configured. ProxyProtocol#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_server ( )

Gets the value of 'server' property.

Return values
server- The current value of the field. hostname or ip of proxy server String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_testhost ( )

Gets the value of 'testhost' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::get_username ( )

Gets the value of 'username' property.

Return values
username- The current value of the field. username for proxy server. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_password ( )

Sets the given value for 'password' property.

Parameters
password- New value for the field. password for proxy server.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_port ( )

Sets the given value for 'port' property.

Parameters
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:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_protocol ( )

Sets the given value for 'protocol' property.

Parameters
protocol- New value for the field. protocol being configured.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_server ( )

Sets the given value for 'server' property.

Parameters
server- New value for the field. hostname or ip of proxy server
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_testhost ( )

Sets the given value for 'testhost' property.

Parameters
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:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Proxy::ProxyConfigTest::set_username ( )

Sets the given value for 'username' property.

Parameters
username- New value for the field. username for proxy server.
Code:
click to view

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