Uses of Class
com.oracle.bmc.stackmonitoring.model.Config.LifecycleState
-
Packages that use Config.LifecycleState Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of Config.LifecycleState in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type Config.LifecycleState Modifier and Type Method Description Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, Config.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, Config.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConfigRequest,GetConfigResponse>
StackMonitoringWaiters. forConfig(GetConfigRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Config.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Config.LifecycleState in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return Config.LifecycleState Modifier and Type Method Description static Config.LifecycleState
Config.LifecycleState. create(String key)
Config.LifecycleState
Config. getLifecycleState()
The current state of the configuration.Config.LifecycleState
ConfigSummary. getLifecycleState()
The current state of the configuration.static Config.LifecycleState
Config.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Config.LifecycleState[]
Config.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type Config.LifecycleState 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.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.ComputeAutoActivatePluginConfigDetails(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, Boolean isEnabled)
Deprecated.ComputeAutoActivatePluginConfigSummary(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, Boolean isEnabled)
Deprecated.Config(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)
Deprecated.ConfigSummary(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)
Deprecated.LicenseAutoAssignConfigDetails(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, LicenseType license)
Deprecated.LicenseAutoAssignConfigSummary(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, LicenseType license)
Deprecated.LicenseEnterpriseExtensibilityConfigDetails(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, Boolean isEnabled)
Deprecated.LicenseEnterpriseExtensibilityConfigSummary(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, Boolean isEnabled)
Deprecated.OnboardConfigDetails(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, String version, Boolean isManuallyOnboarded, List<String> policyNames, List<DynamicGroupDetails> dynamicGroups, List<GroupDetails> userGroups, AdditionalConfigurationDetails additionalConfigurations)
Deprecated.OnboardConfigSummary(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, String version, Boolean isManuallyOnboarded)
Deprecated. -
Uses of Config.LifecycleState in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return Config.LifecycleState Modifier and Type Method Description Config.LifecycleState
ListConfigsRequest. getLifecycleState()
The current state of the Config.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type Config.LifecycleState Modifier and Type Method Description ListConfigsRequest.Builder
ListConfigsRequest.Builder. lifecycleState(Config.LifecycleState lifecycleState)
The current state of the Config.
-