DatabaseApiGatewayConfigCertificateBundleSelfSigned¶
-
class
oci.database_tools_runtime.models.DatabaseApiGatewayConfigCertificateBundleSelfSigned(**kwargs)¶ Bases:
oci.database_tools_runtime.models.database_api_gateway_config_certificate_bundle.DatabaseApiGatewayConfigCertificateBundleThe certificate bundle that denotes the use of a self signed certificate.
Attributes
TYPE_FILENAMEstr(object=’’) -> str TYPE_SELF_SIGNEDstr(object=’’) -> str type[Required] Gets the type of this DatabaseApiGatewayConfigCertificateBundle. Methods
__init__(**kwargs)Initializes a new DatabaseApiGatewayConfigCertificateBundleSelfSigned 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 DatabaseApiGatewayConfigCertificateBundleSelfSigned object with values from keyword arguments. The default value of the
typeattribute of this class isSELF_SIGNEDand 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 DatabaseApiGatewayConfigCertificateBundleSelfSigned. Allowed values for this property are: “FILENAME”, “SELF_SIGNED”
-
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
-