Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static MetricExtensionCollectionMethods |
MetricExtensionCollectionMethods.create(String key) |
MetricExtensionCollectionMethods |
MetricExtensionSummary.getCollectionMethod()
Type of possible collection methods.
|
static MetricExtensionCollectionMethods |
MetricExtensionCollectionMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricExtensionCollectionMethods[] |
MetricExtensionCollectionMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MetricExtensionSummary.Builder |
MetricExtensionSummary.Builder.collectionMethod(MetricExtensionCollectionMethods collectionMethod)
Type of possible collection methods.
|
Constructor and Description |
---|
MetricExtensionSummary(String id,
String name,
String displayName,
String description,
String resourceType,
String compartmentId,
MetricExtensionLifeCycleDetails status,
MetricExtensionLifeCycleStates lifecycleState,
Date timeCreated,
Date timeUpdated,
MetricExtensionCollectionMethods collectionMethod,
Integer enabledOnResourcesCount,
String resourceUri)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.