public static interface NetworkResourceUtilization.Builder extends SdkPojo, CopyableBuilder<NetworkResourceUtilization.Builder,NetworkResourceUtilization>
| Modifier and Type | Method and Description |
|---|---|
NetworkResourceUtilization.Builder |
networkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second (Bps).
|
NetworkResourceUtilization.Builder |
networkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second (Bps).
|
NetworkResourceUtilization.Builder |
networkPacketsInPerSecond(String networkPacketsInPerSecond)
The network inbound packets that are measured in packets per second.
|
NetworkResourceUtilization.Builder |
networkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outbound packets that are measured in packets per second.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkResourceUtilization.Builder networkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second (Bps).
networkInBytesPerSecond - The network inbound throughput utilization measured in Bytes per second (Bps).NetworkResourceUtilization.Builder networkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second (Bps).
networkOutBytesPerSecond - The network outbound throughput utilization measured in Bytes per second (Bps).NetworkResourceUtilization.Builder networkPacketsInPerSecond(String networkPacketsInPerSecond)
The network inbound packets that are measured in packets per second.
networkPacketsInPerSecond - The network inbound packets that are measured in packets per second.NetworkResourceUtilization.Builder networkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outbound packets that are measured in packets per second.
networkPacketsOutPerSecond - The network outbound packets that are measured in packets per second.Copyright © 2022. All rights reserved.