Uses of Class
com.oracle.bmc.opsi.model.NetworkUsageTrend
-
Packages that use NetworkUsageTrend Package Description com.oracle.bmc.opsi.model -
-
Uses of NetworkUsageTrend in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return NetworkUsageTrend Modifier and Type Method Description NetworkUsageTrend
NetworkUsageTrend.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type NetworkUsageTrend Modifier and Type Method Description List<NetworkUsageTrend>
NetworkUsageTrendAggregation. getUsageData()
List of usage data samples for a network interface.Methods in com.oracle.bmc.opsi.model with parameters of type NetworkUsageTrend Modifier and Type Method Description NetworkUsageTrend.Builder
NetworkUsageTrend.Builder. copy(NetworkUsageTrend model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type NetworkUsageTrend Modifier and Type Method Description NetworkUsageTrendAggregation.Builder
NetworkUsageTrendAggregation.Builder. usageData(List<NetworkUsageTrend> usageData)
List of usage data samples for a network interface.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type NetworkUsageTrend Constructor Description NetworkUsageTrendAggregation(String interfaceName, String ipAddress, String macAddress, List<NetworkUsageTrend> usageData)
Deprecated.
-