DatabaseApiGatewayConfigCertificateBundleFileName¶
-
class
oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificateBundleFileName(**kwargs)¶ Bases:
oci.database_tools_runtime.models.database_api_gateway_config_certificate_bundle.DatabaseApiGatewayConfigCertificateBundleThe certificate bundle that describes the SSL certicicate files.
Attributes
TYPE_FILENAMEstr(object=’’) -> str TYPE_SELF_SIGNEDstr(object=’’) -> str certificate_private_keyGets the certificate_private_key of this DatabaseApiGatewayConfigCertificateBundleFileName. certificate_publicGets 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
typeattribute of this class isFILENAMEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this DatabaseApiGatewayConfigCertificateBundleFileName. Allowed values for this property are: “FILENAME”, “SELF_SIGNED”
- certificate_public (oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificatePublicFileName) – The value to assign to the certificate_public property of this DatabaseApiGatewayConfigCertificateBundleFileName.
- certificate_private_key (oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificatePrivateKeyFileName) – The value to assign to the certificate_private_key property of this DatabaseApiGatewayConfigCertificateBundleFileName.
-
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
-