ruạṛ
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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z edDdE� �Z!e!jdFdE� �Z!edGdH� �Z"e"jdIdH� �Z"edJdK� �Z#e#jdLdK� �Z#edMdN� �Z$e$jdOdN� �Z$edPdQ� �Z%e%jdRdQ� �Z%edSdT� �Z&e&jdUdT� �Z&edVdW� �Z'e'jdXdW� �Z'dYdZ� Z(d[d\� Z)d]d^� Z*d_S )`� Containerz� A single container on a container instance. If you delete a container, the record remains visible for a short period of time before being permanently removed. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s ddddddddddddddddddddddd d ddd�| _ d ddddddddddddddddddd d!d"d#d$d%d&d�| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _ d'| _ d'| _d'| _d'| _ d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'| _d'S )(a Initializes a new Container object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Container. :type id: str :param display_name: The value to assign to the display_name property of this Container. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Container. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this Container. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Container. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Container. :type system_tags: dict(str, dict(str, object)) :param availability_domain: The value to assign to the availability_domain property of this Container. :type availability_domain: str :param fault_domain: The value to assign to the fault_domain property of this Container. :type fault_domain: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Container. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Container. :type lifecycle_details: str :param exit_code: The value to assign to the exit_code property of this Container. :type exit_code: int :param time_terminated: The value to assign to the time_terminated property of this Container. :type time_terminated: datetime :param time_created: The value to assign to the time_created property of this Container. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Container. :type time_updated: datetime :param container_instance_id: The value to assign to the container_instance_id property of this Container. :type container_instance_id: str :param image_url: The value to assign to the image_url property of this Container. :type image_url: str :param command: The value to assign to the command property of this Container. :type command: list[str] :param arguments: The value to assign to the arguments property of this Container. :type arguments: list[str] :param working_directory: The value to assign to the working_directory property of this Container. :type working_directory: str :param environment_variables: The value to assign to the environment_variables property of this Container. :type environment_variables: dict(str, str) :param volume_mounts: The value to assign to the volume_mounts property of this Container. :type volume_mounts: list[oci.container_instances.models.VolumeMount] :param health_checks: The value to assign to the health_checks property of this Container. :type health_checks: list[oci.container_instances.models.ContainerHealthCheck] :param is_resource_principal_disabled: The value to assign to the is_resource_principal_disabled property of this Container. :type is_resource_principal_disabled: bool :param resource_config: The value to assign to the resource_config property of this Container. :type resource_config: oci.container_instances.models.ContainerResourceConfig :param container_restart_attempt_count: The value to assign to the container_restart_attempt_count property of this Container. :type container_restart_attempt_count: int :param security_context: The value to assign to the security_context property of this Container. :type security_context: oci.container_instances.models.SecurityContext �strzdict(str, str)zdict(str, dict(str, object))�intZdatetimez list[str]zlist[VolumeMount]zlist[ContainerHealthCheck]�boolZContainerResourceConfigZSecurityContext)�id�display_name�compartment_id� freeform_tags�defined_tags�system_tags�availability_domain�fault_domain�lifecycle_state�lifecycle_details� exit_code�time_terminated�time_created�time_updated�container_instance_id� image_url�command� arguments�working_directory�environment_variables� volume_mounts� health_checks�is_resource_principal_disabled�resource_config�container_restart_attempt_count�security_contextr ZdisplayNameZ compartmentIdZfreeformTagsZdefinedTagsZ systemTagsZavailabilityDomainZfaultDomainZlifecycleStateZlifecycleDetailsZexitCodeZtimeTerminatedZtimeCreatedZtimeUpdatedZcontainerInstanceIdZimageUrlr! r"