|
VMware vSphere Automation SDK for .NET 6.5.0
|
Server interface provides methods Performs NTP configuration.
More...
Inherited by vmware::appliance::techpreview::ntp::ServerStub.
Public Member Functions | |
| void | Add (global::System.Collections.Generic.List< string > servers) |
| Add NTP servers. | |
| void | Add (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Add NTP servers. | |
| global::System.Threading.Tasks.Task | AddAsync (global::System.Collections.Generic.List< string > servers) |
| Add NTP servers. | |
| global::System.Threading.Tasks.Task | AddAsync (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Add NTP servers. | |
| void | Set (global::System.Collections.Generic.List< string > servers) |
| Set NTP servers. | |
| void | Set (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set NTP servers. | |
| global::System.Threading.Tasks.Task | SetAsync (global::System.Collections.Generic.List< string > servers) |
| Set NTP servers. | |
| 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) |
| Set NTP servers. | |
| void | Delete (global::System.Collections.Generic.List< string > servers) |
| Delete NTP servers. | |
| void | Delete (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Delete NTP servers. | |
| global::System.Threading.Tasks.Task | DeleteAsync (global::System.Collections.Generic.List< string > servers) |
| Delete NTP servers. | |
| global::System.Threading.Tasks.Task | DeleteAsync (global::System.Collections.Generic.List< string > servers, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Delete NTP servers. | |
Server interface provides methods Performs NTP configuration.
| void vmware::appliance::techpreview::ntp::Server::Add | ( | global::System.Collections.Generic.List< string > | servers | ) |
Add NTP servers.
This command adds NTP servers to the configuration. If the time synchronization is NTP-based, then NTP daemon is restarted to reload the new NTP servers. Otherwise, this command just adds servers to the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or IP addresses of NTP servers. |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| void vmware::appliance::techpreview::ntp::Server::Add | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Add NTP servers.
This command adds NTP servers to the configuration. If the time synchronization is NTP-based, then NTP daemon is restarted to reload the new NTP servers. Otherwise, this command just adds servers to the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or IP addresses of NTP servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::ntp::Server::AddAsync | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Add NTP servers.
This command adds NTP servers to the configuration. If the time synchronization is NTP-based, then NTP daemon is restarted to reload the new NTP servers. Otherwise, this command just adds servers to the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or IP addresses of NTP servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::ntp::Server::AddAsync | ( | global::System.Collections.Generic.List< string > | servers | ) |
Add NTP servers.
This command adds NTP servers to the configuration. If the time synchronization is NTP-based, then NTP daemon is restarted to reload the new NTP servers. Otherwise, this command just adds servers to the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or IP addresses of NTP servers. |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| void vmware::appliance::techpreview::ntp::Server::Delete | ( | global::System.Collections.Generic.List< string > | servers | ) |
Delete NTP servers.
This command deletes NTP servers from the configuration. If the time synchronization mode is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just deletes servers from the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host name or ip addresses of ntp servers. |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| void vmware::appliance::techpreview::ntp::Server::Delete | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Delete NTP servers.
This command deletes NTP servers from the configuration. If the time synchronization mode is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just deletes servers from the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host name or ip addresses of ntp servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::ntp::Server::DeleteAsync | ( | global::System.Collections.Generic.List< string > | servers | ) |
Delete NTP servers.
This command deletes NTP servers from the configuration. If the time synchronization mode is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just deletes servers from the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host name or ip addresses of ntp servers. |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::ntp::Server::DeleteAsync | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Delete NTP servers.
This command deletes NTP servers from the configuration. If the time synchronization mode is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just deletes servers from the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host name or ip addresses of ntp servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| void vmware::appliance::techpreview::ntp::Server::Set | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Set NTP servers.
This command deletes old NTP servers from the configuration and sets the input NTP servers in the configuration. If the time synchronization is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just replaces servers in the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or ip addresses of ntp servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| void vmware::appliance::techpreview::ntp::Server::Set | ( | global::System.Collections.Generic.List< string > | servers | ) |
Set NTP servers.
This command deletes old NTP servers from the configuration and sets the input NTP servers in the configuration. If the time synchronization is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just replaces servers in the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or ip addresses of ntp servers. |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::ntp::Server::SetAsync | ( | global::System.Collections.Generic.List< string > | servers, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Set NTP servers.
This command deletes old NTP servers from the configuration and sets the input NTP servers in the configuration. If the time synchronization is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just replaces servers in the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or ip addresses of ntp servers. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::ntp::Server::SetAsync | ( | global::System.Collections.Generic.List< string > | servers | ) |
Set NTP servers.
This command deletes old NTP servers from the configuration and sets the input NTP servers in the configuration. If the time synchronization is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just replaces servers in the NTP configuration.
| vmware.vapi.std.errors.Error | Generic error |
| servers | List of host names or ip addresses of ntp servers. |
Implemented in vmware::appliance::techpreview::ntp::ServerStub.