Package com.oracle.bmc.datasafe.model
Enum CryptoNnePosture.ServerEncryption
- java.lang.Object
-
- java.lang.Enum<CryptoNnePosture.ServerEncryption>
-
- com.oracle.bmc.datasafe.model.CryptoNnePosture.ServerEncryption
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<CryptoNnePosture.ServerEncryption>
- Enclosing class:
- CryptoNnePosture
public static enum CryptoNnePosture.ServerEncryption extends Enum<CryptoNnePosture.ServerEncryption> implements BmcEnum
Observed server-side encryption requirement.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AcceptedNotSupportedRejectedRequestedRequiredUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptoNnePosture.ServerEncryptioncreate(String key)StringgetValue()static CryptoNnePosture.ServerEncryptionvalueOf(String name)Returns the enum constant of this type with the specified name.static CryptoNnePosture.ServerEncryption[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Required
public static final CryptoNnePosture.ServerEncryption Required
-
Requested
public static final CryptoNnePosture.ServerEncryption Requested
-
Accepted
public static final CryptoNnePosture.ServerEncryption Accepted
-
Rejected
public static final CryptoNnePosture.ServerEncryption Rejected
-
NotSupported
public static final CryptoNnePosture.ServerEncryption NotSupported
-
UnknownEnumValue
public static final CryptoNnePosture.ServerEncryption 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 CryptoNnePosture.ServerEncryption[] 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 (CryptoNnePosture.ServerEncryption c : CryptoNnePosture.ServerEncryption.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CryptoNnePosture.ServerEncryption 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 CryptoNnePosture.ServerEncryption create(String key)
-
-