Uses of Class
com.oracle.bmc.datasafe.model.UpdateSqlFirewallPolicyDetails.EnforcementScope
-
Packages that use UpdateSqlFirewallPolicyDetails.EnforcementScope Package Description com.oracle.bmc.datasafe.model -
-
Uses of UpdateSqlFirewallPolicyDetails.EnforcementScope in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UpdateSqlFirewallPolicyDetails.EnforcementScope Modifier and Type Method Description static UpdateSqlFirewallPolicyDetails.EnforcementScope
UpdateSqlFirewallPolicyDetails.EnforcementScope. create(String key)
UpdateSqlFirewallPolicyDetails.EnforcementScope
UpdateSqlFirewallPolicyDetails. getEnforcementScope()
Specifies the SQL Firewall policy enforcement option.static UpdateSqlFirewallPolicyDetails.EnforcementScope
UpdateSqlFirewallPolicyDetails.EnforcementScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateSqlFirewallPolicyDetails.EnforcementScope[]
UpdateSqlFirewallPolicyDetails.EnforcementScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type UpdateSqlFirewallPolicyDetails.EnforcementScope Modifier and Type Method Description UpdateSqlFirewallPolicyDetails.Builder
UpdateSqlFirewallPolicyDetails.Builder. enforcementScope(UpdateSqlFirewallPolicyDetails.EnforcementScope enforcementScope)
Specifies the SQL Firewall policy enforcement option.Constructors in com.oracle.bmc.datasafe.model with parameters of type UpdateSqlFirewallPolicyDetails.EnforcementScope Constructor Description UpdateSqlFirewallPolicyDetails(String displayName, String description, UpdateSqlFirewallPolicyDetails.Status status, UpdateSqlFirewallPolicyDetails.EnforcementScope enforcementScope, UpdateSqlFirewallPolicyDetails.ViolationAction violationAction, UpdateSqlFirewallPolicyDetails.ViolationAudit violationAudit, List<String> allowedClientIps, List<String> allowedClientOsUsernames, List<String> allowedClientPrograms, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-