Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static AutoPromoteConfigSummary.ResourceType |
AutoPromoteConfigSummary.ResourceType.create(String key) |
AutoPromoteConfigSummary.ResourceType |
AutoPromoteConfigSummary.getResourceType()
The type of resource to configure for automatic promotion.
|
static AutoPromoteConfigSummary.ResourceType |
AutoPromoteConfigSummary.ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoPromoteConfigSummary.ResourceType[] |
AutoPromoteConfigSummary.ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoPromoteConfigSummary.Builder |
AutoPromoteConfigSummary.Builder.resourceType(AutoPromoteConfigSummary.ResourceType resourceType)
The type of resource to configure for automatic promotion.
|
Constructor and Description |
---|
AutoPromoteConfigSummary(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
Config.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
AutoPromoteConfigSummary.ResourceType resourceType,
Boolean isEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.