ruạṛ
a N��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�CreateContainerInstanceDetailsz6 The information about new ContainerInstance. 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)) �str�)CreateContainerInstanceShapeConfigDetailsz"list[CreateContainerVolumeDetails]zlist[CreateContainerDetails]z list[CreateContainerVnicDetails]�CreateContainerDnsConfigDetails�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_tags�displayName� compartmentId�availabilityDomain�faultDomainr �shapeConfigr r r � dnsConfig� gracefulShutdownTimeoutInSeconds�imagePullSecrets�containerRestartPolicy�freeformTags�definedTagsN)� swagger_types� 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� r8 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_instances/models/create_container_instance_details.py�__init__ s^ C��z'CreateContainerInstanceDetails.__init__c C s | j S )a Gets the display_name of this CreateContainerInstanceDetails. Human-readable name for the ContainerInstance. If none is provided, OCI will select one for you. :return: The display_name of this CreateContainerInstanceDetails. :rtype: str �r'