public static interface NetworkStatus.Builder extends SdkPojo, CopyableBuilder<NetworkStatus.Builder,NetworkStatus>
| Modifier and Type | Method and Description |
|---|---|
default NetworkStatus.Builder |
ethernet0Status(Consumer<EthernetStatus.Builder> ethernet0Status)
The status of Ethernet port 0.
|
NetworkStatus.Builder |
ethernet0Status(EthernetStatus ethernet0Status)
The status of Ethernet port 0.
|
default NetworkStatus.Builder |
ethernet1Status(Consumer<EthernetStatus.Builder> ethernet1Status)
The status of Ethernet port 1.
|
NetworkStatus.Builder |
ethernet1Status(EthernetStatus ethernet1Status)
The status of Ethernet port 1.
|
NetworkStatus.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
When the network status changed.
|
default NetworkStatus.Builder |
ntpStatus(Consumer<NtpStatus.Builder> ntpStatus)
Details about a network time protocol (NTP) server connection.
|
NetworkStatus.Builder |
ntpStatus(NtpStatus ntpStatus)
Details about a network time protocol (NTP) server connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkStatus.Builder ethernet0Status(EthernetStatus ethernet0Status)
The status of Ethernet port 0.
ethernet0Status - The status of Ethernet port 0.default NetworkStatus.Builder ethernet0Status(Consumer<EthernetStatus.Builder> ethernet0Status)
The status of Ethernet port 0.
This is a convenience method that creates an instance of theEthernetStatus.Builder avoiding the need
to create one manually via EthernetStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ethernet0Status(EthernetStatus).
ethernet0Status - a consumer that will call methods on EthernetStatus.Builderethernet0Status(EthernetStatus)NetworkStatus.Builder ethernet1Status(EthernetStatus ethernet1Status)
The status of Ethernet port 1.
ethernet1Status - The status of Ethernet port 1.default NetworkStatus.Builder ethernet1Status(Consumer<EthernetStatus.Builder> ethernet1Status)
The status of Ethernet port 1.
This is a convenience method that creates an instance of theEthernetStatus.Builder avoiding the need
to create one manually via EthernetStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ethernet1Status(EthernetStatus).
ethernet1Status - a consumer that will call methods on EthernetStatus.Builderethernet1Status(EthernetStatus)NetworkStatus.Builder lastUpdatedTime(Instant lastUpdatedTime)
When the network status changed.
lastUpdatedTime - When the network status changed.NetworkStatus.Builder ntpStatus(NtpStatus ntpStatus)
Details about a network time protocol (NTP) server connection.
ntpStatus - Details about a network time protocol (NTP) server connection.default NetworkStatus.Builder ntpStatus(Consumer<NtpStatus.Builder> ntpStatus)
Details about a network time protocol (NTP) server connection.
This is a convenience method that creates an instance of theNtpStatus.Builder avoiding the need to
create one manually via NtpStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ntpStatus(NtpStatus).
ntpStatus - a consumer that will call methods on NtpStatus.BuilderntpStatus(NtpStatus)Copyright © 2023. All rights reserved.