Package | Description |
---|---|
com.oracle.bmc.adm | |
com.oracle.bmc.adm.model | |
com.oracle.bmc.adm.requests |
Modifier and Type | Method and Description |
---|---|
static RemediationRecipe.LifecycleState |
RemediationRecipe.LifecycleState.create(String key) |
RemediationRecipe.LifecycleState |
RemediationRecipeSummary.getLifecycleState()
The current lifecycle state of the Remediation Recipe.
|
RemediationRecipe.LifecycleState |
RemediationRecipe.getLifecycleState()
The current lifecycle state of the Remediation Recipe.
|
static RemediationRecipe.LifecycleState |
RemediationRecipe.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemediationRecipe.LifecycleState[] |
RemediationRecipe.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RemediationRecipeSummary.Builder |
RemediationRecipeSummary.Builder.lifecycleState(RemediationRecipe.LifecycleState lifecycleState)
The current lifecycle state of the Remediation Recipe.
|
RemediationRecipe.Builder |
RemediationRecipe.Builder.lifecycleState(RemediationRecipe.LifecycleState lifecycleState)
The current lifecycle state of the Remediation Recipe.
|
Constructor and Description |
---|
RemediationRecipe(String id,
String displayName,
Date timeCreated,
Date timeUpdated,
RemediationRecipe.LifecycleState lifecycleState,
String compartmentId,
String knowledgeBaseId,
Boolean isRunTriggeredOnKbChange,
ScmConfiguration scmConfiguration,
VerifyConfiguration verifyConfiguration,
DetectConfiguration detectConfiguration,
NetworkConfiguration networkConfiguration,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
RemediationRecipeSummary(String id,
String displayName,
Date timeCreated,
Date timeUpdated,
String compartmentId,
RemediationRecipe.LifecycleState lifecycleState,
String knowledgeBaseId,
Boolean isRunTriggeredOnKbChange,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemediationRecipe.LifecycleState |
ListRemediationRecipesRequest.getLifecycleState()
A filter to return only Remediation Recipes that match the specified lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListRemediationRecipesRequest.Builder |
ListRemediationRecipesRequest.Builder.lifecycleState(RemediationRecipe.LifecycleState lifecycleState)
A filter to return only Remediation Recipes that match the specified lifecycleState.
|
Copyright © 2016–2024. All rights reserved.