Uses of Class
com.oracle.bmc.stackmonitoring.model.AutoPromoteConfigDetails.ResourceType
-
Packages that use AutoPromoteConfigDetails.ResourceType Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of AutoPromoteConfigDetails.ResourceType in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return AutoPromoteConfigDetails.ResourceType Modifier and Type Method Description static AutoPromoteConfigDetails.ResourceTypeAutoPromoteConfigDetails.ResourceType. create(String key)AutoPromoteConfigDetails.ResourceTypeAutoPromoteConfigDetails. getResourceType()The type of resource to configure for automatic promotion.static AutoPromoteConfigDetails.ResourceTypeAutoPromoteConfigDetails.ResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoPromoteConfigDetails.ResourceType[]AutoPromoteConfigDetails.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 AutoPromoteConfigDetails.ResourceType Modifier and Type Method Description AutoPromoteConfigDetails.BuilderAutoPromoteConfigDetails.Builder. resourceType(AutoPromoteConfigDetails.ResourceType resourceType)The type of resource to configure for automatic promotion.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type AutoPromoteConfigDetails.ResourceType Constructor Description AutoPromoteConfigDetails(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, AutoPromoteConfigDetails.ResourceType resourceType, Boolean isEnabled)Deprecated.
-