CryptoSqlnetParameter¶
-
class
oci.data_safe.models.CryptoSqlnetParameter(**kwargs)¶ Bases:
objectOne SQLNET parameter and its evaluated quantum readiness.
Attributes
QUANTUM_READINESS_NOT_APPLICABLEA constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. QUANTUM_READINESS_NOT_AVAILABLEA constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. QUANTUM_READINESS_NOT_RESISTANTA constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. QUANTUM_READINESS_NOT_SUPPORTEDA constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. QUANTUM_READINESS_RESISTANTA constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. name[Required] Gets the name of this CryptoSqlnetParameter. quantum_readiness[Required] Gets the quantum_readiness of this CryptoSqlnetParameter. value[Required] Gets the value of this CryptoSqlnetParameter. Methods
__init__(**kwargs)Initializes a new CryptoSqlnetParameter object with values from keyword arguments. -
QUANTUM_READINESS_NOT_APPLICABLE= 'NOT_APPLICABLE'¶ A constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. This constant has a value of “NOT_APPLICABLE”
-
QUANTUM_READINESS_NOT_AVAILABLE= 'NOT_AVAILABLE'¶ A constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. This constant has a value of “NOT_AVAILABLE”
-
QUANTUM_READINESS_NOT_RESISTANT= 'NOT_RESISTANT'¶ A constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. This constant has a value of “NOT_RESISTANT”
-
QUANTUM_READINESS_NOT_SUPPORTED= 'NOT_SUPPORTED'¶ A constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. This constant has a value of “NOT_SUPPORTED”
-
QUANTUM_READINESS_RESISTANT= 'RESISTANT'¶ A constant which can be used with the quantum_readiness property of a CryptoSqlnetParameter. This constant has a value of “RESISTANT”
-
__init__(**kwargs)¶ Initializes a new CryptoSqlnetParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CryptoSqlnetParameter.
- value (oci.data_safe.models.CryptoSqlnetParameterValue) – The value to assign to the value property of this CryptoSqlnetParameter.
- quantum_readiness (str) – The value to assign to the quantum_readiness property of this CryptoSqlnetParameter. Allowed values for this property are: “RESISTANT”, “NOT_RESISTANT”, “NOT_AVAILABLE”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
name¶ [Required] Gets the name of this CryptoSqlnetParameter. SQLNET parameter name.
Returns: The name of this CryptoSqlnetParameter. Return type: str
-
quantum_readiness¶ [Required] Gets the quantum_readiness of this CryptoSqlnetParameter. Quantum-readiness classification of this parameter.
Allowed values for this property are: “RESISTANT”, “NOT_RESISTANT”, “NOT_AVAILABLE”, “NOT_APPLICABLE”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The quantum_readiness of this CryptoSqlnetParameter. Return type: str
-
value¶ [Required] Gets the value of this CryptoSqlnetParameter.
Returns: The value of this CryptoSqlnetParameter. Return type: oci.data_safe.models.CryptoSqlnetParameterValue
-