public static interface NtpStatus.Builder extends SdkPojo, CopyableBuilder<NtpStatus.Builder,NtpStatus>
| Modifier and Type | Method and Description |
|---|---|
NtpStatus.Builder |
connectionStatus(NetworkConnectionStatus connectionStatus)
The connection's status.
|
NtpStatus.Builder |
connectionStatus(String connectionStatus)
The connection's status.
|
NtpStatus.Builder |
ipAddress(String ipAddress)
The IP address of the server.
|
NtpStatus.Builder |
ntpServerName(String ntpServerName)
The domain name of the server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNtpStatus.Builder connectionStatus(String connectionStatus)
The connection's status.
connectionStatus - The connection's status.NetworkConnectionStatus,
NetworkConnectionStatusNtpStatus.Builder connectionStatus(NetworkConnectionStatus connectionStatus)
The connection's status.
connectionStatus - The connection's status.NetworkConnectionStatus,
NetworkConnectionStatusNtpStatus.Builder ipAddress(String ipAddress)
The IP address of the server.
ipAddress - The IP address of the server.NtpStatus.Builder ntpServerName(String ntpServerName)
The domain name of the server.
ntpServerName - The domain name of the server.Copyright © 2023. All rights reserved.