Uses of Class
com.oracle.bmc.opsi.model.NetworkUsageTrendAggregation
-
Packages that use NetworkUsageTrendAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of NetworkUsageTrendAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return NetworkUsageTrendAggregation Modifier and Type Method Description NetworkUsageTrendAggregation
NetworkUsageTrendAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type NetworkUsageTrendAggregation Modifier and Type Method Description List<NetworkUsageTrendAggregation>
SummarizeHostInsightNetworkUsageTrendAggregationCollection. getItems()
Collection of Usage Data with time stamps for all network interfaces.Methods in com.oracle.bmc.opsi.model with parameters of type NetworkUsageTrendAggregation Modifier and Type Method Description NetworkUsageTrendAggregation.Builder
NetworkUsageTrendAggregation.Builder. copy(NetworkUsageTrendAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type NetworkUsageTrendAggregation Modifier and Type Method Description SummarizeHostInsightNetworkUsageTrendAggregationCollection.Builder
SummarizeHostInsightNetworkUsageTrendAggregationCollection.Builder. items(List<NetworkUsageTrendAggregation> items)
Collection of Usage Data with time stamps for all network interfaces.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type NetworkUsageTrendAggregation Constructor Description SummarizeHostInsightNetworkUsageTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit usageUnit, Long itemDurationInMs, List<NetworkUsageTrendAggregation> items)
Deprecated.
-