DatabaseApiGatewayConfigCertificatePrivateKeyFileName¶
-
class
oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificatePrivateKeyFileName(**kwargs)¶ Bases:
objectDescribes a certificate private key file to be used with SSL
Attributes
FORMAT_DERA constant which can be used with the format property of a DatabaseApiGatewayConfigCertificatePrivateKeyFileName. FORMAT_PEMA constant which can be used with the format property of a DatabaseApiGatewayConfigCertificatePrivateKeyFileName. formatGets the format of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName. pathGets the path of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName. Methods
__init__(**kwargs)Initializes a new DatabaseApiGatewayConfigCertificatePrivateKeyFileName object with values from keyword arguments. -
FORMAT_DER= 'DER'¶ A constant which can be used with the format property of a DatabaseApiGatewayConfigCertificatePrivateKeyFileName. This constant has a value of “DER”
-
FORMAT_PEM= 'PEM'¶ A constant which can be used with the format property of a DatabaseApiGatewayConfigCertificatePrivateKeyFileName. This constant has a value of “PEM”
-
__init__(**kwargs)¶ Initializes a new DatabaseApiGatewayConfigCertificatePrivateKeyFileName object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - format (str) – The value to assign to the format property of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName. Allowed values for this property are: “DER”, “PEM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- path (str) – The value to assign to the path property of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName.
-
format¶ Gets the format of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName. The format of the file
Allowed values for this property are: “DER”, “PEM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The format of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName. Return type: str
-
path¶ Gets the path of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName. The path to the file
Returns: The path of this DatabaseApiGatewayConfigCertificatePrivateKeyFileName. Return type: str
-