📂 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
›
artifacts
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/artifacts/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_container_configuration_details.pyc
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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�#UpdateContainerConfigurationDetailsz9 Update container configuration request details. c K s ddi| _ ddi| _d| _dS )a� Initializes a new UpdateContainerConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_repository_created_on_first_push: The value to assign to the is_repository_created_on_first_push property of this UpdateContainerConfigurationDetails. :type is_repository_created_on_first_push: bool �#is_repository_created_on_first_push�bool�isRepositoryCreatedOnFirstPushN)� swagger_types� attribute_map�$_is_repository_created_on_first_push)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/artifacts/models/update_container_configuration_details.py�__init__ s ��z,UpdateContainerConfigurationDetails.__init__c C s | j S )a� Gets the is_repository_created_on_first_push of this UpdateContainerConfigurationDetails. Whether to create a new container repository when a container is pushed to a new repository path. Repositories created in this way belong to the root compartment. :return: The is_repository_created_on_first_push of this UpdateContainerConfigurationDetails. :rtype: bool �r �r r r r r $ s zGUpdateContainerConfigurationDetails.is_repository_created_on_first_pushc C s || _ dS )a� Sets the is_repository_created_on_first_push of this UpdateContainerConfigurationDetails. Whether to create a new container repository when a container is pushed to a new repository path. Repositories created in this way belong to the root compartment. :param is_repository_created_on_first_push: The is_repository_created_on_first_push of this UpdateContainerConfigurationDetails. :type: bool Nr )r r r r r r 1 s c C s t | �S �N)r r r r r �__repr__>