Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Class and Description |
---|---|
class |
SecurityZoneTargetDetails
Target details for a security zone target.
|
Modifier and Type | Method and Description |
---|---|
TargetDetails |
Target.getTargetDetails() |
Modifier and Type | Method and Description |
---|---|
Target.Builder |
Target.Builder.targetDetails(TargetDetails targetDetails) |
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.
|
Copyright © 2016–2024. All rights reserved.