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