Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
CreateTargetDetectorRecipeDetails |
CreateTargetDetectorRecipeDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CreateTargetDetectorRecipeDetails> |
CreateTargetDetails.getTargetDetectorRecipes()
List of detector recipes to attach to target
|
Modifier and Type | Method and Description |
---|---|
CreateTargetDetectorRecipeDetails.Builder |
CreateTargetDetectorRecipeDetails.Builder.copy(CreateTargetDetectorRecipeDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateTargetDetails.Builder |
CreateTargetDetails.Builder.targetDetectorRecipes(List<CreateTargetDetectorRecipeDetails> targetDetectorRecipes)
List of detector recipes to attach to target
|
Constructor and Description |
---|
CreateTargetDetails(String displayName,
String compartmentId,
String description,
TargetResourceType targetResourceType,
String targetResourceId,
List<CreateTargetDetectorRecipeDetails> targetDetectorRecipes,
List<CreateTargetResponderRecipeDetails> targetResponderRecipes,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.