Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static MetricName |
MetricName.create(String key) |
MetricName |
ManagedInstanceAnalyticSummary.getName()
The name of this metric.
|
static MetricName |
MetricName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricName[] |
MetricName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ManagedInstanceAnalyticSummary.Builder |
ManagedInstanceAnalyticSummary.Builder.name(MetricName name)
The name of this metric.
|
Constructor and Description |
---|
ManagedInstanceAnalyticSummary(MetricName name,
Map<String,String> dimensions,
Integer count)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MetricName> |
SummarizeManagedInstanceAnalyticsRequest.getMetricNames()
A filter to return only metrics whose name matches the given metric names.
|
Modifier and Type | Method and Description |
---|---|
SummarizeManagedInstanceAnalyticsRequest.Builder |
SummarizeManagedInstanceAnalyticsRequest.Builder.metricNames(MetricName singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
SummarizeManagedInstanceAnalyticsRequest.Builder |
SummarizeManagedInstanceAnalyticsRequest.Builder.metricNames(List<MetricName> metricNames)
A filter to return only metrics whose name matches the given metric names.
|
Copyright © 2016–2024. All rights reserved.