ruạṛ
a N��fW� � @ 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 Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �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/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Z e jd?d>� �Z ed@dA� �Z!e!jdBdA� �Z!edCdD� �Z"e"jdEdD� �Z"edFdG� �Z#e#jdHdG� �Z#edIdJ� �Z$e$jdKdJ� �Z$edLdM� �Z%e%jdNdM� �Z%edOdP� �Z&e&jdQdP� �Z&edRdS� �Z'e'jdTdS� �Z'edUdV� �Z(e(jdWdV� �Z(edXdY� �Z)e)jdZdY� �Z)d[d\� Z*d]d^� Z+d_d`� Z,daS )b� Containerz� A single container on a Container Instance. If this Container is DELETED, the record will remain visible for a short period of time before being permanently removed. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILED� CAP_NET_ADMIN�CAP_NET_RAWc K s dddddddddddddddddddddddd d dd�| _ dd 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&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 additional_capabilities: The value to assign to the additional_capabilities property of this Container. Allowed values for items in this list are: "CAP_NET_ADMIN", "CAP_NET_RAW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type additional_capabilities: 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 �strzdict(str, str)zdict(str, dict(str, object))�int�datetimez list[str]zlist[VolumeMount]zlist[ContainerHealthCheck]�bool�ContainerResourceConfig)�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�additional_capabilities�working_directory�environment_variables� volume_mounts� health_checks�is_resource_principal_disabled�resource_config�container_restart_attempt_countr �displayName� compartmentId�freeformTags�definedTags� systemTags�availabilityDomain�faultDomain�lifecycleState�lifecycleDetails�exitCode�timeTerminated�timeCreated�timeUpdated�containerInstanceId�imageUrlr% r&