public static class NetworkUsageTrend.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkUsageTrend.Builder |
allNetworkIoInMbps(Double allNetworkIoInMbps)
Network input/output in Mbps.
|
NetworkUsageTrend.Builder |
allNetworkReadInMbps(Double allNetworkReadInMbps)
Network read in Mbps.
|
NetworkUsageTrend.Builder |
allNetworkWriteInMbps(Double allNetworkWriteInMbps)
Network write in Mbps.
|
NetworkUsageTrend |
build() |
NetworkUsageTrend.Builder |
copy(NetworkUsageTrend model) |
NetworkUsageTrend.Builder |
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
|
public NetworkUsageTrend.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
endTimestamp
- the value to setpublic NetworkUsageTrend.Builder allNetworkReadInMbps(Double allNetworkReadInMbps)
Network read in Mbps.
allNetworkReadInMbps
- the value to setpublic NetworkUsageTrend.Builder allNetworkWriteInMbps(Double allNetworkWriteInMbps)
Network write in Mbps.
allNetworkWriteInMbps
- the value to setpublic NetworkUsageTrend.Builder allNetworkIoInMbps(Double allNetworkIoInMbps)
Network input/output in Mbps.
allNetworkIoInMbps
- the value to setpublic NetworkUsageTrend build()
public NetworkUsageTrend.Builder copy(NetworkUsageTrend model)
Copyright © 2016–2024. All rights reserved.