VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::networking::NoProxy Interface Reference

The NoProxy interface provides methods to configure a connection that does not need a proxy. More...

Inherited by vmware::appliance::networking::NoProxyStub.

List of all members.

Public Member Functions

void Set (global::System.Collections.Generic.List< string > servers)
 Sets servers for which no proxy configuration should be applied.
void Set (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Sets servers for which no proxy configuration should be applied.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< string > servers)
 Sets servers for which no proxy configuration should be applied.
global::System.Threading.Tasks.Task SetAsync (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Sets servers for which no proxy configuration should be applied.
global::System.Collections.Generic.List
< string > 
Get ()
 Returns servers for which no proxy configuration will be applied.
global::System.Collections.Generic.List
< string > 
Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns servers for which no proxy configuration will be applied.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
GetAsync ()
 Returns servers for which no proxy configuration will be applied.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< string > > 
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns servers for which no proxy configuration will be applied.

Detailed Description

The NoProxy interface provides methods to configure a connection that does not need a proxy.

This interface was added in vSphere API 6.7.


Member Function Documentation

global::System.Collections.Generic.List<string> vmware::appliance::networking::NoProxy::Get ( )

Returns servers for which no proxy configuration will be applied.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Returns:
List of servers for which no proxy configuration will be applied.

Implemented in vmware::appliance::networking::NoProxyStub.

global::System.Collections.Generic.List<string> vmware::appliance::networking::NoProxy::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns servers for which no proxy configuration will be applied.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Returns:
List of servers for which no proxy configuration will be applied.

Implemented in vmware::appliance::networking::NoProxyStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::networking::NoProxy::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns servers for which no proxy configuration will be applied.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Returns:
List of servers for which no proxy configuration will be applied.

Implemented in vmware::appliance::networking::NoProxyStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::networking::NoProxy::GetAsync ( )

Returns servers for which no proxy configuration will be applied.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Returns:
List of servers for which no proxy configuration will be applied.

Implemented in vmware::appliance::networking::NoProxyStub.

void vmware::appliance::networking::NoProxy::Set ( global::System.Collections.Generic.List< string >  servers,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Sets servers for which no proxy configuration should be applied.

This operation sets environment variables. In order for this operation to take effect, a logout from appliance or a service restart is required. If IPv4 is enabled, "127.0.0.1" and "localhost" will always bypass the proxy (even if they are not explicitly configured). This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
serversList of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::networking::NoProxyStub.

void vmware::appliance::networking::NoProxy::Set ( global::System.Collections.Generic.List< string >  servers)

Sets servers for which no proxy configuration should be applied.

This operation sets environment variables. In order for this operation to take effect, a logout from appliance or a service restart is required. If IPv4 is enabled, "127.0.0.1" and "localhost" will always bypass the proxy (even if they are not explicitly configured). This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
serversList of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations.

Implemented in vmware::appliance::networking::NoProxyStub.

global::System.Threading.Tasks.Task vmware::appliance::networking::NoProxy::SetAsync ( global::System.Collections.Generic.List< string >  servers)

Sets servers for which no proxy configuration should be applied.

This operation sets environment variables. In order for this operation to take effect, a logout from appliance or a service restart is required. If IPv4 is enabled, "127.0.0.1" and "localhost" will always bypass the proxy (even if they are not explicitly configured). This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
serversList of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations.

Implemented in vmware::appliance::networking::NoProxyStub.

global::System.Threading.Tasks.Task vmware::appliance::networking::NoProxy::SetAsync ( global::System.Collections.Generic.List< string >  servers,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Sets servers for which no proxy configuration should be applied.

This operation sets environment variables. In order for this operation to take effect, a logout from appliance or a service restart is required. If IPv4 is enabled, "127.0.0.1" and "localhost" will always bypass the proxy (even if they are not explicitly configured). This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error.
Parameters:
serversList of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implemented in vmware::appliance::networking::NoProxyStub.


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