📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
artifacts
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/artifacts/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_container_repository_details.cpython-39.pyc
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) � CreateContainerRepositoryDetailsz. Create container repository details. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateContainerRepositoryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateContainerRepositoryDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateContainerRepositoryDetails. :type display_name: str :param is_immutable: The value to assign to the is_immutable property of this CreateContainerRepositoryDetails. :type is_immutable: bool :param is_public: The value to assign to the is_public property of this CreateContainerRepositoryDetails. :type is_public: bool :param readme: The value to assign to the readme property of this CreateContainerRepositoryDetails. :type readme: oci.artifacts.models.ContainerRepositoryReadme :param freeform_tags: The value to assign to the freeform_tags property of this CreateContainerRepositoryDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateContainerRepositoryDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolZContainerRepositoryReadmezdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�is_immutable� is_public�readme� freeform_tags�defined_tagsZ compartmentIdZdisplayNameZisImmutableZisPublicr ZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id� _display_name� _is_immutable� _is_public�_readme�_freeform_tags� _defined_tags)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/artifacts/models/create_container_repository_details.py�__init__ s. #�� z)CreateContainerRepositoryDetails.__init__c C s | j S )ab **[Required]** Gets the compartment_id of this CreateContainerRepositoryDetails. The `OCID`__ of the compartment in which to create the resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateContainerRepositoryDetails. :rtype: str �r �r r r r r P s z/CreateContainerRepositoryDetails.compartment_idc C s || _ dS )a` Sets the compartment_id of this CreateContainerRepositoryDetails. The `OCID`__ of the compartment in which to create the resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateContainerRepositoryDetails. :type: str Nr )r r r r r r ^ s c C s | j S )z� **[Required]** Gets the display_name of this CreateContainerRepositoryDetails. The container repository name. :return: The display_name of this CreateContainerRepositoryDetails. :rtype: str �r r r r r r l s z-CreateContainerRepositoryDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateContainerRepositoryDetails. The container repository name. :param display_name: The display_name of this CreateContainerRepositoryDetails. :type: str Nr )r r r r r r x s c C s | j S )a Gets the is_immutable of this CreateContainerRepositoryDetails. Whether the repository is immutable. Images cannot be overwritten in an immutable repository. :return: The is_immutable of this CreateContainerRepositoryDetails. :rtype: bool �r r r r r r � s z-CreateContainerRepositoryDetails.is_immutablec C s || _ dS )a% Sets the is_immutable of this CreateContainerRepositoryDetails. Whether the repository is immutable. Images cannot be overwritten in an immutable repository. :param is_immutable: The is_immutable of this CreateContainerRepositoryDetails. :type: bool Nr )r r r r r r � s c C s | j S )a Gets the is_public of this CreateContainerRepositoryDetails. Whether the repository is public. A public repository allows unauthenticated access. :return: The is_public of this CreateContainerRepositoryDetails. :rtype: bool �r r r r r r � s z*CreateContainerRepositoryDetails.is_publicc C s || _ dS )a Sets the is_public of this CreateContainerRepositoryDetails. Whether the repository is public. A public repository allows unauthenticated access. :param is_public: The is_public of this CreateContainerRepositoryDetails. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the readme of this CreateContainerRepositoryDetails. :return: The readme of this CreateContainerRepositoryDetails. :rtype: oci.artifacts.models.ContainerRepositoryReadme �r r r r r r � s z'CreateContainerRepositoryDetails.readmec C s || _ dS )z� Sets the readme of this CreateContainerRepositoryDetails. :param readme: The readme of this CreateContainerRepositoryDetails. :type: oci.artifacts.models.ContainerRepositoryReadme Nr! )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this CreateContainerRepositoryDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this CreateContainerRepositoryDetails. :rtype: dict(str, str) �r r r r r r � s z.CreateContainerRepositoryDetails.freeform_tagsc C s || _ dS )a Sets the freeform_tags of this CreateContainerRepositoryDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this CreateContainerRepositoryDetails. :type: dict(str, str) Nr"