Package | Description |
---|---|
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
static OperationalMetricsSource.Type |
OperationalMetricsSource.Type.create(String key) |
OperationalMetricsSource.Type |
OperationalMetricsSource.getType()
Type of the unified monitoring agent operational metrics source object.
|
static OperationalMetricsSource.Type |
OperationalMetricsSource.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationalMetricsSource.Type[] |
OperationalMetricsSource.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperationalMetricsSource.Builder |
OperationalMetricsSource.Builder.type(OperationalMetricsSource.Type type)
Type of the unified monitoring agent operational metrics source object.
|
Constructor and Description |
---|
OperationalMetricsSource(OperationalMetricsSource.Type type,
List<String> metrics,
OperationalMetricsRecordInput recordInput)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.