ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CaBundle� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CertificatesCaBundlezc CA bundle from Certificates Service that should be used on the gateway for TLS validation c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new CertificatesCaBundle object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.CertificatesCaBundle.type` attribute of this class is ``CA_BUNDLE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this CertificatesCaBundle. Allowed values for this property are: "CA_BUNDLE", "CERTIFICATE_AUTHORITY" :type type: str :param ca_bundle_id: The value to assign to the ca_bundle_id property of this CertificatesCaBundle. :type ca_bundle_id: str �str)�type�ca_bundle_idr Z caBundleIdNZ CA_BUNDLE)Z swagger_typesZ attribute_mapZ_type� _ca_bundle_id)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/apigateway/models/certificates_ca_bundle.py�__init__ s ��zCertificatesCaBundle.__init__c C s | j S )a Gets the ca_bundle_id of this CertificatesCaBundle. The `OCID`__ of the resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The ca_bundle_id of this CertificatesCaBundle. :rtype: str �r �r r r r r 0 s z!CertificatesCaBundle.ca_bundle_idc C s || _ dS )a Sets the ca_bundle_id of this CertificatesCaBundle. The `OCID`__ of the resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param ca_bundle_id: The ca_bundle_id of this CertificatesCaBundle. :type: str Nr )r r r r r r >