|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Servers API service. More...
Inherits vmware::appliance::networking::dns::Servers.
Public Member Functions | |
| ServersStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| vmware.appliance.networking.dns.ServersTypes.TestStatusInfo | Test (global::System.Collections.Generic.List< string > servers) |
| Test if dns servers are reachable. | |
| vmware.appliance.networking.dns.ServersTypes.TestStatusInfo | Test (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Test if dns servers are reachable. | |
| global::System.Threading.Tasks.Task < vmware.appliance.networking.dns.ServersTypes.TestStatusInfo > | TestAsync (global::System.Collections.Generic.List< string > servers) |
| Test if dns servers are reachable. | |
| global::System.Threading.Tasks.Task < vmware.appliance.networking.dns.ServersTypes.TestStatusInfo > | TestAsync (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Test if dns servers are reachable. | |
| void | Add (string server) |
| Add a DNS server. | |
| void | Add (string server, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Add a DNS server. | |
| global::System.Threading.Tasks.Task | AddAsync (string server) |
| Add a DNS server. | |
| global::System.Threading.Tasks.Task | AddAsync (string server, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Add a DNS server. | |
| void | Set (vmware.appliance.networking.dns.ServersTypes.DNSServerConfig config) |
| Set the DNS server configuration. | |
| void | Set (vmware.appliance.networking.dns.ServersTypes.DNSServerConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set the DNS server configuration. | |
| global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.networking.dns.ServersTypes.DNSServerConfig config) |
| Set the DNS server configuration. | |
| global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.networking.dns.ServersTypes.DNSServerConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set the DNS server configuration. | |
| vmware.appliance.networking.dns.ServersTypes.DNSServerConfig | Get () |
| Get DNS server configuration. | |
| vmware.appliance.networking.dns.ServersTypes.DNSServerConfig | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get DNS server configuration. | |
| global::System.Threading.Tasks.Task < vmware.appliance.networking.dns.ServersTypes.DNSServerConfig > | GetAsync () |
| Get DNS server configuration. | |
| global::System.Threading.Tasks.Task < vmware.appliance.networking.dns.ServersTypes.DNSServerConfig > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get DNS server configuration. | |
Remote stub implementation of the Servers API service.
| vmware::appliance::networking::dns::ServersStub::ServersStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| void vmware::appliance::networking::dns::ServersStub::Add | ( | string | server | ) | [inline] |
Add a DNS server.
This method fails if mode argument is "dhcp"
| vmware.vapi.std.errors.Error | Generic error |
| server | DNS server. |
Implements vmware::appliance::networking::dns::Servers.
| void vmware::appliance::networking::dns::ServersStub::Add | ( | string | server, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Add a DNS server.
This method fails if mode argument is "dhcp"
| vmware.vapi.std.errors.Error | Generic error |
| server | DNS server. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task vmware::appliance::networking::dns::ServersStub::AddAsync | ( | string | server, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Add a DNS server.
This method fails if mode argument is "dhcp"
| vmware.vapi.std.errors.Error | Generic error |
| server | DNS server. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task vmware::appliance::networking::dns::ServersStub::AddAsync | ( | string | server | ) | [inline] |
Add a DNS server.
This method fails if mode argument is "dhcp"
| vmware.vapi.std.errors.Error | Generic error |
| server | DNS server. |
Implements vmware::appliance::networking::dns::Servers.
| vmware.appliance.networking.dns.ServersTypes.DNSServerConfig vmware::appliance::networking::dns::ServersStub::Get | ( | ) | [inline] |
Get DNS server configuration.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::networking::dns::Servers.
| vmware.appliance.networking.dns.ServersTypes.DNSServerConfig vmware::appliance::networking::dns::ServersStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get DNS server configuration.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task<vmware.appliance.networking.dns.ServersTypes.DNSServerConfig> vmware::appliance::networking::dns::ServersStub::GetAsync | ( | ) | [inline] |
Get DNS server configuration.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task<vmware.appliance.networking.dns.ServersTypes.DNSServerConfig> vmware::appliance::networking::dns::ServersStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get DNS server configuration.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::networking::dns::Servers.
| void vmware::appliance::networking::dns::ServersStub::Set | ( | vmware.appliance.networking.dns.ServersTypes.DNSServerConfig | config | ) | [inline] |
Set the DNS server configuration.
If you set the mode argument to "DHCP", a DHCP refresh is forced.
| vmware.vapi.std.errors.Error | Generic error |
| config | DNS server configuration. |
Implements vmware::appliance::networking::dns::Servers.
| void vmware::appliance::networking::dns::ServersStub::Set | ( | vmware.appliance.networking.dns.ServersTypes.DNSServerConfig | config, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Set the DNS server configuration.
If you set the mode argument to "DHCP", a DHCP refresh is forced.
| vmware.vapi.std.errors.Error | Generic error |
| config | DNS server configuration. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task vmware::appliance::networking::dns::ServersStub::SetAsync | ( | vmware.appliance.networking.dns.ServersTypes.DNSServerConfig | config | ) | [inline] |
Set the DNS server configuration.
If you set the mode argument to "DHCP", a DHCP refresh is forced.
| vmware.vapi.std.errors.Error | Generic error |
| config | DNS server configuration. |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task vmware::appliance::networking::dns::ServersStub::SetAsync | ( | vmware.appliance.networking.dns.ServersTypes.DNSServerConfig | config, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Set the DNS server configuration.
If you set the mode argument to "DHCP", a DHCP refresh is forced.
| vmware.vapi.std.errors.Error | Generic error |
| config | DNS server configuration. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::dns::Servers.
| vmware.appliance.networking.dns.ServersTypes.TestStatusInfo vmware::appliance::networking::dns::ServersStub::Test | ( | global::System.Collections.Generic.List< string > | servers | ) | [inline] |
Test if dns servers are reachable.
| vmware.vapi.std.errors.Error | Generic error |
| servers | DNS servers. |
Implements vmware::appliance::networking::dns::Servers.
| vmware.appliance.networking.dns.ServersTypes.TestStatusInfo vmware::appliance::networking::dns::ServersStub::Test | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Test if dns servers are reachable.
| vmware.vapi.std.errors.Error | Generic error |
| servers | DNS servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task<vmware.appliance.networking.dns.ServersTypes.TestStatusInfo> vmware::appliance::networking::dns::ServersStub::TestAsync | ( | global::System.Collections.Generic.List< string > | servers | ) | [inline] |
Test if dns servers are reachable.
| vmware.vapi.std.errors.Error | Generic error |
| servers | DNS servers. |
Implements vmware::appliance::networking::dns::Servers.
| global::System.Threading.Tasks.Task<vmware.appliance.networking.dns.ServersTypes.TestStatusInfo> vmware::appliance::networking::dns::ServersStub::TestAsync | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Test if dns servers are reachable.
| vmware.vapi.std.errors.Error | Generic error |
| servers | DNS servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::dns::Servers.