DatabaseApiGatewayConfigCertificatePublicFileName

class oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificatePublicFileName(**kwargs)

Bases: object

Describes a certificate file to be used with SSL. Ignored if the httpsPort is 0.

Attributes

FORMAT_PEM A constant which can be used with the format property of a DatabaseApiGatewayConfigCertificatePublicFileName.
format Gets the format of this DatabaseApiGatewayConfigCertificatePublicFileName.
path Gets the path of this DatabaseApiGatewayConfigCertificatePublicFileName.

Methods

__init__(**kwargs) Initializes a new DatabaseApiGatewayConfigCertificatePublicFileName object with values from keyword arguments.
FORMAT_PEM = 'PEM'

A constant which can be used with the format property of a DatabaseApiGatewayConfigCertificatePublicFileName. This constant has a value of “PEM”

__init__(**kwargs)

Initializes a new DatabaseApiGatewayConfigCertificatePublicFileName 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 DatabaseApiGatewayConfigCertificatePublicFileName. Allowed values for this property are: “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 DatabaseApiGatewayConfigCertificatePublicFileName.
format

Gets the format of this DatabaseApiGatewayConfigCertificatePublicFileName. The format of the file

Allowed values for this property are: “PEM”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The format of this DatabaseApiGatewayConfigCertificatePublicFileName.
Return type:str
path

Gets the path of this DatabaseApiGatewayConfigCertificatePublicFileName. The path to the file

Returns:The path of this DatabaseApiGatewayConfigCertificatePublicFileName.
Return type:str