Proxy.ProxyConfigTest class Structure that defines proxy configuration.
More...
List of all members.
Detailed Description
Proxy.ProxyConfigTest class Structure that defines proxy configuration.
Constructor & Destructor Documentation
| vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::ProxyConfigTest |
( |
| ) |
[inline] |
Creates a default new instance.
Member Function Documentation
| T vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::_GetType |
( |
| ) |
[inline] |
| bool vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::_Validate |
( |
| ) |
[inline] |
| override bool vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::Equals |
( |
object |
obj | ) |
[inline] |
| override int vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::GetHashCode |
( |
| ) |
[inline] |
| char [] vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::GetPassword |
( |
| ) |
[inline] |
password for proxy server.
| long vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::GetPort |
( |
| ) |
[inline] |
port to connect to the proxy server on.
A value of -1 indicates that the default port is being used.
protocol being configured.
| string vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::GetServer |
( |
| ) |
[inline] |
hostname or ip of proxy server
| string vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::GetTesthost |
( |
| ) |
[inline] |
Verify that a hostname (www.vmware.com) or IPv4 or Ipv6 address of the testhost is accessible through proxy.
| string vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::GetUsername |
( |
| ) |
[inline] |
username for proxy server.
| void vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::SetPassword |
( |
char[] |
password | ) |
[inline] |
password for proxy server.
| void vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::SetPort |
( |
long |
port | ) |
[inline] |
port to connect to the proxy server on.
A value of -1 indicates that the default port is being used.
protocol being configured.
| void vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::SetServer |
( |
string |
server | ) |
[inline] |
hostname or ip of proxy server
| void vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::SetTesthost |
( |
string |
testhost | ) |
[inline] |
Verify that a hostname (www.vmware.com) or IPv4 or Ipv6 address of the testhost is accessible through proxy.
| void vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::SetUsername |
( |
string |
username | ) |
[inline] |
username for proxy server.
| override string vmware::appliance::techpreview::networking::ProxyTypes::ProxyConfigTest::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: