Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static AuditSpecification.EnableStatus |
AuditSpecification.EnableStatus.create(String key) |
AuditSpecification.EnableStatus |
AuditSpecification.getEnableStatus()
Indicates whether the policy has been enabled, disabled or partially enabled in the target
database.
|
static AuditSpecification.EnableStatus |
AuditSpecification.EnableStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditSpecification.EnableStatus[] |
AuditSpecification.EnableStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuditSpecification.Builder |
AuditSpecification.Builder.enableStatus(AuditSpecification.EnableStatus enableStatus)
Indicates whether the policy has been enabled, disabled or partially enabled in the
target database.
|
Constructor and Description |
---|
AuditSpecification(String auditPolicyName,
List<String> databasePolicyNames,
AuditPolicyCategory auditPolicyCategory,
AuditSpecification.EnableStatus enableStatus,
String partiallyEnabledMsg,
Boolean isEnabledForAllUsers,
Boolean isViewOnly,
Boolean isSeededInTarget,
Boolean isSeededInDataSafe,
Boolean isCreated,
AuditSpecification.EnabledEntities enabledEntities)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.