Uses of Class
com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType
-
Packages that use SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType Modifier and Type Method Description static SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType. create(String key)
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType
SummarizeExadataInsightResourceCapacityTrendCollection. getExadataResourceType()
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)static SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType[]
SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType Modifier and Type Method Description SummarizeExadataInsightResourceCapacityTrendCollection.Builder
SummarizeExadataInsightResourceCapacityTrendCollection.Builder. exadataResourceType(SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType exadataResourceType)
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType Constructor Description SummarizeExadataInsightResourceCapacityTrendCollection(String exadataInsightId, SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric exadataResourceMetric, Date timeIntervalStart, Date timeIntervalEnd, SummarizeExadataInsightResourceCapacityTrendCollection.UsageUnit usageUnit, List<ExadataInsightResourceCapacityTrendSummary> items)
Deprecated.
-