Package | Description |
---|---|
com.oracle.bmc.cloudguard.model | |
com.oracle.bmc.cloudguard.responses |
Modifier and Type | Method and Description |
---|---|
TargetDetectorRecipe |
TargetDetectorRecipe.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TargetDetectorRecipe> |
Target.getTargetDetectorRecipes()
List of detector recipes attached to target
|
Modifier and Type | Method and Description |
---|---|
TargetDetectorRecipe.Builder |
TargetDetectorRecipe.Builder.copy(TargetDetectorRecipe model) |
Modifier and Type | Method and Description |
---|---|
Target.Builder |
Target.Builder.targetDetectorRecipes(List<TargetDetectorRecipe> targetDetectorRecipes)
List of detector recipes attached to target
|
Constructor and Description |
---|
Target(String id,
String displayName,
String compartmentId,
String description,
TargetResourceType targetResourceType,
String targetResourceId,
Integer recipeCount,
List<TargetDetectorRecipe> targetDetectorRecipes,
List<TargetResponderRecipe> targetResponderRecipes,
TargetDetails targetDetails,
List<String> inheritedByCompartments,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecyleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TargetDetectorRecipe |
GetTargetDetectorRecipeResponse.getTargetDetectorRecipe()
The returned
TargetDetectorRecipe instance. |
TargetDetectorRecipe |
CreateTargetDetectorRecipeResponse.getTargetDetectorRecipe()
The returned
TargetDetectorRecipe instance. |
TargetDetectorRecipe |
UpdateTargetDetectorRecipeResponse.getTargetDetectorRecipe()
The returned
TargetDetectorRecipe instance. |
Modifier and Type | Method and Description |
---|---|
GetTargetDetectorRecipeResponse.Builder |
GetTargetDetectorRecipeResponse.Builder.targetDetectorRecipe(TargetDetectorRecipe targetDetectorRecipe)
The returned
TargetDetectorRecipe instance. |
CreateTargetDetectorRecipeResponse.Builder |
CreateTargetDetectorRecipeResponse.Builder.targetDetectorRecipe(TargetDetectorRecipe targetDetectorRecipe)
The returned
TargetDetectorRecipe instance. |
UpdateTargetDetectorRecipeResponse.Builder |
UpdateTargetDetectorRecipeResponse.Builder.targetDetectorRecipe(TargetDetectorRecipe targetDetectorRecipe)
The returned
TargetDetectorRecipe instance. |
Copyright © 2016–2024. All rights reserved.