VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::networking::NoProxyStub Class Reference

Remote stub implementation of the NoProxy API service. More...

Inherits vmware::appliance::networking::NoProxy.

List of all members.

Public Member Functions

 NoProxyStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 NoProxyStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
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

Remote stub implementation of the NoProxy API service.


Constructor & Destructor Documentation

vmware::appliance::networking::NoProxyStub::NoProxyStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::appliance::networking::NoProxyStub::NoProxyStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<string> vmware::appliance::networking::NoProxyStub::Get ( ) [inline]

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.

Implements vmware::appliance::networking::NoProxy.

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

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.

Implements vmware::appliance::networking::NoProxy.

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

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.

Implements vmware::appliance::networking::NoProxy.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::networking::NoProxyStub::GetAsync ( ) [inline]

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.

Implements vmware::appliance::networking::NoProxy.

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

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

Implements vmware::appliance::networking::NoProxy.

void vmware::appliance::networking::NoProxyStub::Set ( global::System.Collections.Generic.List< string >  servers) [inline]

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.

Implements vmware::appliance::networking::NoProxy.

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

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.

Implements vmware::appliance::networking::NoProxy.

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

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

Implements vmware::appliance::networking::NoProxy.


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