Uses of Class
com.oracle.bmc.cloudguard.model.TargetResourceType
-
Packages that use TargetResourceType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of TargetResourceType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return TargetResourceType Modifier and Type Method Description static TargetResourceTypeTargetResourceType. create(String key)TargetResourceTypeCreateTargetDetails. getTargetResourceType()Type of resource that target support (COMPARTMENT/FACLOUD)TargetResourceTypeTarget. getTargetResourceType()Type of targetTargetResourceTypeTargetSummary. getTargetResourceType()Type of resource that’s associated with the target(compartment/HCMCloud/ERPCloud)static TargetResourceTypeTargetResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetResourceType[]TargetResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type TargetResourceType Modifier and Type Method Description List<TargetResourceType>TargetResourceTypesSelected. getValues()Types of targetsMethods in com.oracle.bmc.cloudguard.model with parameters of type TargetResourceType Modifier and Type Method Description CreateTargetDetails.BuilderCreateTargetDetails.Builder. targetResourceType(TargetResourceType targetResourceType)Type of resource that target support (COMPARTMENT/FACLOUD)Target.BuilderTarget.Builder. targetResourceType(TargetResourceType targetResourceType)Type of targetTargetSummary.BuilderTargetSummary.Builder. targetResourceType(TargetResourceType targetResourceType)Type of resource that’s associated with the target(compartment/HCMCloud/ERPCloud)Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetResourceType Modifier and Type Method Description TargetResourceTypesSelected.BuilderTargetResourceTypesSelected.Builder. values(List<TargetResourceType> values)Types of targetsConstructors in com.oracle.bmc.cloudguard.model with parameters of type TargetResourceType Constructor 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.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.TargetSummary(String id, String displayName, String compartmentId, TargetResourceType targetResourceType, String targetResourceId, Integer recipeCount, 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.Constructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type TargetResourceType Constructor Description TargetResourceTypesSelected(List<TargetResourceType> values)Deprecated.
-