Package com.oracle.bmc.datasafe.requests
Enum ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus
- java.lang.Object
-
- java.lang.Enum<ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus>
-
- com.oracle.bmc.datasafe.requests.ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus>
- Enclosing class:
- ListCryptoAssessmentTdeObjectsRequest
public static enum ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus extends Enum<ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus> implements BmcEnum
Filters TDE object summary rows by derived encryption status.NOT_SUPPORTED maps to rows where encryptionObserved is NOT_SUPPORTED, UNENCRYPTED maps to rows where encryptionObserved is null or NONE, and ENCRYPTED maps to rows where the observed encryption algorithm is any other value.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EncryptedNotSupportedUnencrypted
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListCryptoAssessmentTdeObjectsRequest.EncryptionStatuscreate(String key)StringgetValue()static ListCryptoAssessmentTdeObjectsRequest.EncryptionStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Encrypted
public static final ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus Encrypted
-
Unencrypted
public static final ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus Unencrypted
-
NotSupported
public static final ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus NotSupported
-
-
Method Detail
-
values
public static ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus[] 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 (ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus c : ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus 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 ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus create(String key)
-
-