Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static SqlFirewallConfig.ExcludeJob |
SqlFirewallConfig.ExcludeJob.create(String key) |
SqlFirewallConfig.ExcludeJob |
SqlFirewallConfig.getExcludeJob()
Specifies whether the firewall should include or exclude the database internal job
activities.
|
static SqlFirewallConfig.ExcludeJob |
SqlFirewallConfig.ExcludeJob.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlFirewallConfig.ExcludeJob[] |
SqlFirewallConfig.ExcludeJob.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlFirewallConfig.Builder |
SqlFirewallConfig.Builder.excludeJob(SqlFirewallConfig.ExcludeJob excludeJob)
Specifies whether the firewall should include or exclude the database internal job
activities.
|
Constructor and Description |
---|
SqlFirewallConfig(SqlFirewallConfig.Status status,
SqlFirewallConfig.ViolationLogAutoPurge violationLogAutoPurge,
SqlFirewallConfig.ExcludeJob excludeJob,
Date timeStatusUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.