📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
certificates
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/certificates/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: certificate_authority_bundle_version_summary.pyc
a N��fO: � @ 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 @ sL e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�(CertificateAuthorityBundleVersionSummaryz� The properties of a version of a bundle for a certificate authority (CA). Certificate authority bundle version summary objects do not include the actual contents of the certificate. �CURRENT�PENDING�LATEST�PREVIOUS� DEPRECATED�FAILEDc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a? Initializes a new CertificateAuthorityBundleVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param certificate_authority_id: The value to assign to the certificate_authority_id property of this CertificateAuthorityBundleVersionSummary. :type certificate_authority_id: str :param serial_number: The value to assign to the serial_number property of this CertificateAuthorityBundleVersionSummary. :type serial_number: str :param time_created: The value to assign to the time_created property of this CertificateAuthorityBundleVersionSummary. :type time_created: datetime :param version_number: The value to assign to the version_number property of this CertificateAuthorityBundleVersionSummary. :type version_number: int :param version_name: The value to assign to the version_name property of this CertificateAuthorityBundleVersionSummary. :type version_name: str :param certificate_authority_name: The value to assign to the certificate_authority_name property of this CertificateAuthorityBundleVersionSummary. :type certificate_authority_name: str :param time_of_deletion: The value to assign to the time_of_deletion property of this CertificateAuthorityBundleVersionSummary. :type time_of_deletion: datetime :param validity: The value to assign to the validity property of this CertificateAuthorityBundleVersionSummary. :type validity: oci.certificates.models.Validity :param stages: The value to assign to the stages property of this CertificateAuthorityBundleVersionSummary. Allowed values for items in this list are: "CURRENT", "PENDING", "LATEST", "PREVIOUS", "DEPRECATED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type stages: list[str] :param revocation_status: The value to assign to the revocation_status property of this CertificateAuthorityBundleVersionSummary. :type revocation_status: oci.certificates.models.RevocationStatus �str�datetime�int�Validityz list[str]�RevocationStatus) �certificate_authority_id� serial_number�time_created�version_number�version_name�certificate_authority_name�time_of_deletion�validity�stages�revocation_status�certificateAuthorityId�serialNumber�timeCreated� versionNumber�versionName�certificateAuthorityName�timeOfDeletionr r �revocationStatusN)� swagger_types� attribute_map�_certificate_authority_id�_serial_number� _time_created�_version_number� _version_name�_certificate_authority_name�_time_of_deletion� _validity�_stages�_revocation_status)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/certificates/models/certificate_authority_bundle_version_summary.py�__init__( s@ 1�� z1CertificateAuthorityBundleVersionSummary.__init__c C s | j S )a **[Required]** Gets the certificate_authority_id of this CertificateAuthorityBundleVersionSummary. The OCID of the certificate authority (CA). :return: The certificate_authority_id of this CertificateAuthorityBundleVersionSummary. :rtype: str �r&