Uses of Class
com.oracle.bmc.stackmonitoring.model.AutoPromoteConfigSummary.ResourceType
-
Packages that use AutoPromoteConfigSummary.ResourceType Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of AutoPromoteConfigSummary.ResourceType in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return AutoPromoteConfigSummary.ResourceType Modifier and Type Method Description static AutoPromoteConfigSummary.ResourceTypeAutoPromoteConfigSummary.ResourceType. create(String key)AutoPromoteConfigSummary.ResourceTypeAutoPromoteConfigSummary. getResourceType()The type of resource to configure for automatic promotion.static AutoPromoteConfigSummary.ResourceTypeAutoPromoteConfigSummary.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.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type AutoPromoteConfigSummary.ResourceType Modifier and Type Method Description AutoPromoteConfigSummary.BuilderAutoPromoteConfigSummary.Builder. resourceType(AutoPromoteConfigSummary.ResourceType resourceType)The type of resource to configure for automatic promotion.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type AutoPromoteConfigSummary.ResourceType Constructor 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.
-