VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::ntp::Server Interface Reference

Server interface provides methods Performs NTP configuration. More...

Inherited by vmware::appliance::techpreview::ntp::ServerStub.

List of all members.

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.

Detailed Description

Server interface provides methods Performs NTP configuration.


Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList of host names or IP addresses of NTP servers.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList of host names or IP addresses of NTP servers.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList of host name or ip addresses of ntp servers.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList of host name or ip addresses of ntp servers.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList of host names or ip addresses of ntp servers.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList of host names or ip addresses of ntp servers.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
serversList of host names or ip addresses of ntp servers.

Implemented in vmware::appliance::techpreview::ntp::ServerStub.


The documentation for this interface was generated from the following file: