VMware vSphere Automation SDK for .NET 7.0.0.1
|
The NoProxy
interface provides methods to configure a connection that does not need a proxy.
More...
Inherited by vmware::appliance::networking::NoProxyStub.
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. |
The NoProxy
interface provides methods to configure a connection that does not need a proxy.
This interface was added in vSphere API 6.7.
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
vmware.vapi.std.errors.Error | Generic error. |
servers | List of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
vmware.vapi.std.errors.Error | Generic error. |
servers | List 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.
vmware.vapi.std.errors.Error | Generic error. |
servers | List 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.
vmware.vapi.std.errors.Error | Generic error. |
servers | List of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::NoProxyStub.