📂 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
›
container_instances
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_instances/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_container_instance_details.cpython-39.opt-1.pyc
a ���f�J � @ 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�CreateContainerInstanceDetailsz5 Information to create a container instance. c K s� dddddddddddddd d d�| _ dd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )aR Initializes a new CreateContainerInstanceDetails 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 CreateContainerInstanceDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateContainerInstanceDetails. :type compartment_id: str :param availability_domain: The value to assign to the availability_domain property of this CreateContainerInstanceDetails. :type availability_domain: str :param fault_domain: The value to assign to the fault_domain property of this CreateContainerInstanceDetails. :type fault_domain: str :param shape: The value to assign to the shape property of this CreateContainerInstanceDetails. :type shape: str :param shape_config: The value to assign to the shape_config property of this CreateContainerInstanceDetails. :type shape_config: oci.container_instances.models.CreateContainerInstanceShapeConfigDetails :param volumes: The value to assign to the volumes property of this CreateContainerInstanceDetails. :type volumes: list[oci.container_instances.models.CreateContainerVolumeDetails] :param containers: The value to assign to the containers property of this CreateContainerInstanceDetails. :type containers: list[oci.container_instances.models.CreateContainerDetails] :param vnics: The value to assign to the vnics property of this CreateContainerInstanceDetails. :type vnics: list[oci.container_instances.models.CreateContainerVnicDetails] :param dns_config: The value to assign to the dns_config property of this CreateContainerInstanceDetails. :type dns_config: oci.container_instances.models.CreateContainerDnsConfigDetails :param graceful_shutdown_timeout_in_seconds: The value to assign to the graceful_shutdown_timeout_in_seconds property of this CreateContainerInstanceDetails. :type graceful_shutdown_timeout_in_seconds: int :param image_pull_secrets: The value to assign to the image_pull_secrets property of this CreateContainerInstanceDetails. :type image_pull_secrets: list[oci.container_instances.models.CreateImagePullSecretDetails] :param container_restart_policy: The value to assign to the container_restart_policy property of this CreateContainerInstanceDetails. :type container_restart_policy: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateContainerInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateContainerInstanceDetails. :type defined_tags: dict(str, dict(str, object)) �strZ)CreateContainerInstanceShapeConfigDetailsz"list[CreateContainerVolumeDetails]zlist[CreateContainerDetails]z list[CreateContainerVnicDetails]ZCreateContainerDnsConfigDetails�intz"list[CreateImagePullSecretDetails]zdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id�availability_domain�fault_domain�shape�shape_config�volumes� containers�vnics� dns_config�$graceful_shutdown_timeout_in_seconds�image_pull_secrets�container_restart_policy� freeform_tags�defined_tagsZdisplayNameZ compartmentIdZavailabilityDomainZfaultDomainr ZshapeConfigr r r Z dnsConfigZ gracefulShutdownTimeoutInSecondsZimagePullSecretsZcontainerRestartPolicyZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_compartment_id�_availability_domain� _fault_domain�_shape� _shape_config�_volumes�_containers�_vnics�_dns_config�%_graceful_shutdown_timeout_in_seconds�_image_pull_secrets�_container_restart_policy�_freeform_tags� _defined_tags)�self�kwargs� r) �d/usr/lib/python3.9/site-packages/oci/container_instances/models/create_container_instance_details.py�__init__ s^ C��z'CreateContainerInstanceDetails.__init__c C s | j S )ag Gets the display_name of this CreateContainerInstanceDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. If you don't provide a name, a name is generated automatically. :return: The display_name of this CreateContainerInstanceDetails. :rtype: str �r �r'