VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Proxy
interface provides methods Proxy configuration.
More...
Inherited by vmware::appliance::networking::ProxyStub.
Public Member Functions | |
vmware.appliance.networking.ProxyTypes.TestResult | Test (string host, string protocol, vmware.appliance.networking.ProxyTypes.Config config) |
Tests a proxy configuration by testing the connection to the proxy server and test host. | |
vmware.appliance.networking.ProxyTypes.TestResult | Test (string host, string protocol, vmware.appliance.networking.ProxyTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Tests a proxy configuration by testing the connection to the proxy server and test host. | |
global::System.Threading.Tasks.Task < vmware.appliance.networking.ProxyTypes.TestResult > | TestAsync (string host, string protocol, vmware.appliance.networking.ProxyTypes.Config config) |
Tests a proxy configuration by testing the connection to the proxy server and test host. | |
global::System.Threading.Tasks.Task < vmware.appliance.networking.ProxyTypes.TestResult > | TestAsync (string host, string protocol, vmware.appliance.networking.ProxyTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Tests a proxy configuration by testing the connection to the proxy server and test host. | |
void | Set (string protocol, vmware.appliance.networking.ProxyTypes.Config config) |
Configures which proxy server to use for the specified protocol. | |
void | Set (string protocol, vmware.appliance.networking.ProxyTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Configures which proxy server to use for the specified protocol. | |
global::System.Threading.Tasks.Task | SetAsync (string protocol, vmware.appliance.networking.ProxyTypes.Config config) |
Configures which proxy server to use for the specified protocol. | |
global::System.Threading.Tasks.Task | SetAsync (string protocol, vmware.appliance.networking.ProxyTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Configures which proxy server to use for the specified protocol. | |
void | Delete (string protocol) |
Deletes a proxy configuration for a specific protocol. | |
void | Delete (string protocol, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Deletes a proxy configuration for a specific protocol. | |
global::System.Threading.Tasks.Task | DeleteAsync (string protocol) |
Deletes a proxy configuration for a specific protocol. | |
global::System.Threading.Tasks.Task | DeleteAsync (string protocol, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Deletes a proxy configuration for a specific protocol. | |
global::System.Collections.Generic.Dictionary < vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config > | List () |
Gets proxy configuration for all configured protocols. | |
global::System.Collections.Generic.Dictionary < vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets proxy configuration for all configured protocols. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config > > | ListAsync () |
Gets proxy configuration for all configured protocols. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets proxy configuration for all configured protocols. | |
vmware.appliance.networking.ProxyTypes.Config | Get (string protocol) |
Gets the proxy configuration for a specific protocol. | |
vmware.appliance.networking.ProxyTypes.Config | Get (string protocol, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets the proxy configuration for a specific protocol. | |
global::System.Threading.Tasks.Task < vmware.appliance.networking.ProxyTypes.Config > | GetAsync (string protocol) |
Gets the proxy configuration for a specific protocol. | |
global::System.Threading.Tasks.Task < vmware.appliance.networking.ProxyTypes.Config > | GetAsync (string protocol, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets the proxy configuration for a specific protocol. |
The Proxy
interface provides methods Proxy configuration.
This interface was added in vSphere API 6.7.
void vmware::appliance::networking::Proxy::Delete | ( | string | protocol | ) |
Deletes a proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | ID whose proxy is to be deleted. |
Implemented in vmware::appliance::networking::ProxyStub.
void vmware::appliance::networking::Proxy::Delete | ( | string | protocol, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Deletes a proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | ID whose proxy is to be deleted. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task vmware::appliance::networking::Proxy::DeleteAsync | ( | string | protocol | ) |
Deletes a proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | ID whose proxy is to be deleted. |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task vmware::appliance::networking::Proxy::DeleteAsync | ( | string | protocol, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Deletes a proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | ID whose proxy is to be deleted. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
vmware.appliance.networking.ProxyTypes.Config vmware::appliance::networking::Proxy::Get | ( | string | protocol | ) |
Gets the proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol whose proxy configuration is requested. |
Implemented in vmware::appliance::networking::ProxyStub.
vmware.appliance.networking.ProxyTypes.Config vmware::appliance::networking::Proxy::Get | ( | string | protocol, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets the proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol whose proxy configuration is requested. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task<vmware.appliance.networking.ProxyTypes.Config> vmware::appliance::networking::Proxy::GetAsync | ( | string | protocol | ) |
Gets the proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol whose proxy configuration is requested. |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task<vmware.appliance.networking.ProxyTypes.Config> vmware::appliance::networking::Proxy::GetAsync | ( | string | protocol, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets the proxy configuration for a specific protocol.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol whose proxy configuration is requested. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Collections.Generic.Dictionary<vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config> vmware::appliance::networking::Proxy::List | ( | ) |
Gets proxy configuration for all configured protocols.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Collections.Generic.Dictionary<vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config> vmware::appliance::networking::Proxy::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets proxy configuration for all configured protocols.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config> > vmware::appliance::networking::Proxy::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets proxy configuration for all configured protocols.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<vmware.appliance.networking.ProxyTypes.Protocol, vmware.appliance.networking.ProxyTypes.Config> > vmware::appliance::networking::Proxy::ListAsync | ( | ) |
Gets proxy configuration for all configured protocols.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
Implemented in vmware::appliance::networking::ProxyStub.
void vmware::appliance::networking::Proxy::Set | ( | string | protocol, |
vmware.appliance.networking.ProxyTypes.Config | config | ||
) |
Configures which proxy server to use for the specified protocol.
This operation sets environment variables for using proxy. In order for this configuration to take effect a logout / service restart is required. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol for which proxy should be set. |
config | Proxy configuration for the specific protocol. |
Implemented in vmware::appliance::networking::ProxyStub.
void vmware::appliance::networking::Proxy::Set | ( | string | protocol, |
vmware.appliance.networking.ProxyTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Configures which proxy server to use for the specified protocol.
This operation sets environment variables for using proxy. In order for this configuration to take effect a logout / service restart is required. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol for which proxy should be set. |
config | Proxy configuration for the specific protocol. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task vmware::appliance::networking::Proxy::SetAsync | ( | string | protocol, |
vmware.appliance.networking.ProxyTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Configures which proxy server to use for the specified protocol.
This operation sets environment variables for using proxy. In order for this configuration to take effect a logout / service restart is required. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol for which proxy should be set. |
config | Proxy configuration for the specific protocol. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task vmware::appliance::networking::Proxy::SetAsync | ( | string | protocol, |
vmware.appliance.networking.ProxyTypes.Config | config | ||
) |
Configures which proxy server to use for the specified protocol.
This operation sets environment variables for using proxy. In order for this configuration to take effect a logout / service restart is required. This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
protocol | The protocol for which proxy should be set. |
config | Proxy configuration for the specific protocol. |
Implemented in vmware::appliance::networking::ProxyStub.
vmware.appliance.networking.ProxyTypes.TestResult vmware::appliance::networking::Proxy::Test | ( | string | host, |
string | protocol, | ||
vmware.appliance.networking.ProxyTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Tests a proxy configuration by testing the connection to the proxy server and test host.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
host | A hostname, IPv4 or Ipv6 address. |
protocol | Protocol whose proxy is to be tested. |
config | Proxy configuration to test. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
vmware.appliance.networking.ProxyTypes.TestResult vmware::appliance::networking::Proxy::Test | ( | string | host, |
string | protocol, | ||
vmware.appliance.networking.ProxyTypes.Config | config | ||
) |
Tests a proxy configuration by testing the connection to the proxy server and test host.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
host | A hostname, IPv4 or Ipv6 address. |
protocol | Protocol whose proxy is to be tested. |
config | Proxy configuration to test. |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task<vmware.appliance.networking.ProxyTypes.TestResult> vmware::appliance::networking::Proxy::TestAsync | ( | string | host, |
string | protocol, | ||
vmware.appliance.networking.ProxyTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Tests a proxy configuration by testing the connection to the proxy server and test host.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
host | A hostname, IPv4 or Ipv6 address. |
protocol | Protocol whose proxy is to be tested. |
config | Proxy configuration to test. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::networking::ProxyStub.
global::System.Threading.Tasks.Task<vmware.appliance.networking.ProxyTypes.TestResult> vmware::appliance::networking::Proxy::TestAsync | ( | string | host, |
string | protocol, | ||
vmware.appliance.networking.ProxyTypes.Config | config | ||
) |
Tests a proxy configuration by testing the connection to the proxy server and test host.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error. |
host | A hostname, IPv4 or Ipv6 address. |
protocol | Protocol whose proxy is to be tested. |
config | Proxy configuration to test. |
Implemented in vmware::appliance::networking::ProxyStub.