Uses of Class
com.oracle.bmc.opsi.model.HostNetworkStatistics.Builder
-
Packages that use HostNetworkStatistics.Builder Package Description com.oracle.bmc.opsi.model -
-
Uses of HostNetworkStatistics.Builder in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostNetworkStatistics.Builder Modifier and Type Method Description static HostNetworkStatistics.Builder
HostNetworkStatistics. builder()
Create a new builder.HostNetworkStatistics.Builder
HostNetworkStatistics.Builder. capacity(Double capacity)
HostNetworkStatistics.Builder
HostNetworkStatistics.Builder. copy(HostNetworkStatistics model)
HostNetworkStatistics.Builder
HostNetworkStatistics.Builder. networkReadInMBs(Double networkReadInMBs)
HostNetworkStatistics.Builder
HostNetworkStatistics.Builder. networkWriteInMBs(Double networkWriteInMBs)
HostNetworkStatistics.Builder
HostNetworkStatistics. toBuilder()
HostNetworkStatistics.Builder
HostNetworkStatistics.Builder. usage(Double usage)
HostNetworkStatistics.Builder
HostNetworkStatistics.Builder. usageChangePercent(Double usageChangePercent)
HostNetworkStatistics.Builder
HostNetworkStatistics.Builder. utilizationPercent(Double utilizationPercent)
-