Package com.oracle.bmc.datasafe.model
Enum AuditEventSummary.AuditType
- java.lang.Object
-
- java.lang.Enum<AuditEventSummary.AuditType>
-
- com.oracle.bmc.datasafe.model.AuditEventSummary.AuditType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<AuditEventSummary.AuditType>
- Enclosing class:
- AuditEventSummary
public static enum AuditEventSummary.AuditType extends Enum<AuditEventSummary.AuditType> implements BmcEnum
The type of the auditing.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DatabaseVaultDatapumpDirectPathApiFineGrainedLabelSecurityRmanStandardUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Xs
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditEventSummary.AuditTypecreate(String key)StringgetValue()static AuditEventSummary.AuditTypevalueOf(String name)Returns the enum constant of this type with the specified name.static AuditEventSummary.AuditType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Standard
public static final AuditEventSummary.AuditType Standard
-
FineGrained
public static final AuditEventSummary.AuditType FineGrained
-
Xs
public static final AuditEventSummary.AuditType Xs
-
DatabaseVault
public static final AuditEventSummary.AuditType DatabaseVault
-
LabelSecurity
public static final AuditEventSummary.AuditType LabelSecurity
-
Rman
public static final AuditEventSummary.AuditType Rman
-
Datapump
public static final AuditEventSummary.AuditType Datapump
-
DirectPathApi
public static final AuditEventSummary.AuditType DirectPathApi
-
UnknownEnumValue
public static final AuditEventSummary.AuditType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static AuditEventSummary.AuditType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AuditEventSummary.AuditType c : AuditEventSummary.AuditType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AuditEventSummary.AuditType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static AuditEventSummary.AuditType create(String key)
-
-