DatabaseApiGatewayConfigCertificateBundleFileName

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

Bases: oci.database_tools_runtime.models.database_api_gateway_config_certificate_bundle.DatabaseApiGatewayConfigCertificateBundle

The certificate bundle that describes the SSL certicicate files.

Attributes

TYPE_FILENAME str(object=’’) -> str
TYPE_SELF_SIGNED str(object=’’) -> str
certificate_private_key Gets the certificate_private_key of this DatabaseApiGatewayConfigCertificateBundleFileName.
certificate_public Gets the certificate_public of this DatabaseApiGatewayConfigCertificateBundleFileName.
type [Required] Gets the type of this DatabaseApiGatewayConfigCertificateBundle.

Methods

__init__(**kwargs) Initializes a new DatabaseApiGatewayConfigCertificateBundleFileName object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_FILENAME = 'FILENAME'
TYPE_SELF_SIGNED = 'SELF_SIGNED'
__init__(**kwargs)

Initializes a new DatabaseApiGatewayConfigCertificateBundleFileName object with values from keyword arguments. The default value of the type attribute of this class is FILENAME and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
certificate_private_key

Gets the certificate_private_key of this DatabaseApiGatewayConfigCertificateBundleFileName.

Returns:The certificate_private_key of this DatabaseApiGatewayConfigCertificateBundleFileName.
Return type:oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificatePrivateKeyFileName
certificate_public

Gets the certificate_public of this DatabaseApiGatewayConfigCertificateBundleFileName.

Returns:The certificate_public of this DatabaseApiGatewayConfigCertificateBundleFileName.
Return type:oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificatePublicFileName
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

type

[Required] Gets the type of this DatabaseApiGatewayConfigCertificateBundle. The type of the certificate.

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

Returns:The type of this DatabaseApiGatewayConfigCertificateBundle.
Return type:str