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