ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CaBundlez� The contents of the CA bundle (root and intermediate certificates), properties of the CA bundle, and user-provided contextual metadata for the CA bundle. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a8 Initializes a new CaBundle object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this CaBundle. :type id: str :param name: The value to assign to the name property of this CaBundle. :type name: str :param ca_bundle_pem: The value to assign to the ca_bundle_pem property of this CaBundle. :type ca_bundle_pem: str �str)�id�name� ca_bundle_pemr r ZcaBundlePemN)Z swagger_typesZ attribute_map�_id�_name�_ca_bundle_pem)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/certificates/models/ca_bundle.py�__init__ s ��zCaBundle.__init__c C s | j S )z� **[Required]** Gets the id of this CaBundle. The OCID of the CA bundle. :return: The id of this CaBundle. :rtype: str �r �r r r r r 4 s zCaBundle.idc C s || _ dS )z� Sets the id of this CaBundle. The OCID of the CA bundle. :param id: The id of this CaBundle. :type: str Nr )r r r r r r @ s c C s | j S )a> **[Required]** Gets the name of this CaBundle. A user-friendly name for the CA bundle. Names are unique within a compartment. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. :return: The name of this CaBundle. :rtype: str �r r r r r r L s z CaBundle.namec C s || _ dS )a2 Sets the name of this CaBundle. A user-friendly name for the CA bundle. Names are unique within a compartment. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. :param name: The name of this CaBundle. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the ca_bundle_pem of this CaBundle. Certificates (in PEM format) in the CA bundle. Can be of arbitrary length. :return: The ca_bundle_pem of this CaBundle. :rtype: str �r r r r r r d s zCaBundle.ca_bundle_pemc C s || _ dS )z� Sets the ca_bundle_pem of this CaBundle. Certificates (in PEM format) in the CA bundle. Can be of arbitrary length. :param ca_bundle_pem: The ca_bundle_pem of this CaBundle. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zCaBundle.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zCaBundle.__eq__c C s | |k S r r r r r r �__ne__� s zCaBundle.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"