VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the NoProxy API service. More...
Inherits vmware::appliance::networking::NoProxy.
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. |
Remote stub implementation of the NoProxy API service.
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] |
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
vmware.vapi.std.errors.Error | Generic error. |
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.
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 |
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.
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. |
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.
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. |
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.
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 |
Implements vmware::appliance::networking::NoProxy.