📂 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_health_check_details.pyc
a N��f 4 � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�!CreateContainerHealthCheckDetailsz~ Container Health Check is using for checking container status and taking appropriate actions on behalf of customers. �HTTP�TCP�COMMAND�KILL�NONEc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new CreateContainerHealthCheckDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.container_instances.models.CreateContainerTcpHealthCheckDetails` * :class:`~oci.container_instances.models.CreateContainerHttpHealthCheckDetails` * :class:`~oci.container_instances.models.CreateContainerCommandHealthCheckDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateContainerHealthCheckDetails. :type name: str :param health_check_type: The value to assign to the health_check_type property of this CreateContainerHealthCheckDetails. Allowed values for this property are: "HTTP", "TCP", "COMMAND" :type health_check_type: str :param initial_delay_in_seconds: The value to assign to the initial_delay_in_seconds property of this CreateContainerHealthCheckDetails. :type initial_delay_in_seconds: int :param interval_in_seconds: The value to assign to the interval_in_seconds property of this CreateContainerHealthCheckDetails. :type interval_in_seconds: int :param failure_threshold: The value to assign to the failure_threshold property of this CreateContainerHealthCheckDetails. :type failure_threshold: int :param success_threshold: The value to assign to the success_threshold property of this CreateContainerHealthCheckDetails. :type success_threshold: int :param timeout_in_seconds: The value to assign to the timeout_in_seconds property of this CreateContainerHealthCheckDetails. :type timeout_in_seconds: int :param failure_action: The value to assign to the failure_action property of this CreateContainerHealthCheckDetails. Allowed values for this property are: "KILL", "NONE" :type failure_action: str �str�int)�name�health_check_type�initial_delay_in_seconds�interval_in_seconds�failure_threshold�success_threshold�timeout_in_seconds�failure_actionr �healthCheckType�initialDelayInSeconds�intervalInSeconds�failureThreshold�successThreshold�timeoutInSeconds� failureActionN) � swagger_types� attribute_map�_name�_health_check_type�_initial_delay_in_seconds�_interval_in_seconds�_failure_threshold�_success_threshold�_timeout_in_seconds�_failure_action)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_instances/models/create_container_health_check_details.py�__init__$ s4 /��z*CreateContainerHealthCheckDetails.__init__c C s4 | d }|dkrdS |dkr dS |dkr,dS dS d S ) z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �$CreateContainerTcpHealthCheckDetailsr �%CreateContainerHttpHealthCheckDetailsr �(CreateContainerCommandHealthCheckDetailsr Nr) )�object_dictionary�typer) r) r* �get_subtypeq s z-CreateContainerHealthCheckDetails.get_subtypec C s | j S )z� Gets the name of this CreateContainerHealthCheckDetails. Health check name. :return: The name of this CreateContainerHealthCheckDetails. :rtype: str �r �r'