ruạṛ
a N��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 �caBundlePemN)� swagger_types� attribute_map�_id�_name�_ca_bundle_pem)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >