📂 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
›
container_instances
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/container_instances/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_container_details.pyc
a N��flO � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�CreateContainerDetailsa� Information to create a new Container within a ContainerInstance. The Container created by this call will contain both the tags specified in this object as well as any tags specified in the parent ContainerInstance object. The Container will be created with the same `compartmentId`, `availabilityDomain`, and `faultDomain` as the parent ContainerInstance object. � CAP_NET_ADMIN�CAP_NET_RAWc K s� dddddddddddddd � | _ d ddd dddddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )ax Initializes a new CreateContainerDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateContainerDetails. :type display_name: str :param image_url: The value to assign to the image_url property of this CreateContainerDetails. :type image_url: str :param command: The value to assign to the command property of this CreateContainerDetails. :type command: list[str] :param arguments: The value to assign to the arguments property of this CreateContainerDetails. :type arguments: list[str] :param additional_capabilities: The value to assign to the additional_capabilities property of this CreateContainerDetails. Allowed values for items in this list are: "CAP_NET_ADMIN", "CAP_NET_RAW" :type additional_capabilities: list[str] :param working_directory: The value to assign to the working_directory property of this CreateContainerDetails. :type working_directory: str :param environment_variables: The value to assign to the environment_variables property of this CreateContainerDetails. :type environment_variables: dict(str, str) :param volume_mounts: The value to assign to the volume_mounts property of this CreateContainerDetails. :type volume_mounts: list[oci.container_instances.models.CreateVolumeMountDetails] :param is_resource_principal_disabled: The value to assign to the is_resource_principal_disabled property of this CreateContainerDetails. :type is_resource_principal_disabled: bool :param resource_config: The value to assign to the resource_config property of this CreateContainerDetails. :type resource_config: oci.container_instances.models.CreateContainerResourceConfigDetails :param health_checks: The value to assign to the health_checks property of this CreateContainerDetails. :type health_checks: list[oci.container_instances.models.CreateContainerHealthCheckDetails] :param freeform_tags: The value to assign to the freeform_tags property of this CreateContainerDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateContainerDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, str)zlist[CreateVolumeMountDetails]�bool�$CreateContainerResourceConfigDetailsz'list[CreateContainerHealthCheckDetails]zdict(str, dict(str, object))) �display_name� image_url�command� arguments�additional_capabilities�working_directory�environment_variables� volume_mounts�is_resource_principal_disabled�resource_config� health_checks� freeform_tags�defined_tags�displayName�imageUrlr r �additionalCapabilities�workingDirectory�environmentVariables�volumeMounts�isResourcePrincipalDisabled�resourceConfig�healthChecks�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name� _image_url�_command� _arguments�_additional_capabilities�_working_directory�_environment_variables�_volume_mounts�_is_resource_principal_disabled�_resource_config�_health_checks�_freeform_tags� _defined_tags)�self�kwargs� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_instances/models/create_container_details.py�__init__ sR <��zCreateContainerDetails.__init__c C s | j S )a> Gets the display_name of this CreateContainerDetails. Display name for the Container. There are no guarantees of uniqueness for this name. If none is provided, it will be calculated automatically. :return: The display_name of this CreateContainerDetails. :rtype: str �r&