📂 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
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_absolute_wait_criteria_details.pyc
a N��f' � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateWaitCriteriaDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�!CreateAbsoluteWaitCriteriaDetailsz^ Specifies the absolute wait criteria. You can specify fixed length of wait duration. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new CreateAbsoluteWaitCriteriaDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateAbsoluteWaitCriteriaDetails.wait_type` attribute of this class is ``ABSOLUTE_WAIT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param wait_type: The value to assign to the wait_type property of this CreateAbsoluteWaitCriteriaDetails. Allowed values for this property are: "ABSOLUTE_WAIT" :type wait_type: str :param wait_duration: The value to assign to the wait_duration property of this CreateAbsoluteWaitCriteriaDetails. :type wait_duration: str �str)� wait_type� wait_duration�waitType�waitDurationN� ABSOLUTE_WAIT)� swagger_types� attribute_map� _wait_type�_wait_duration)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/create_absolute_wait_criteria_details.py�__init__ s ��z*CreateAbsoluteWaitCriteriaDetails.__init__c C s | j S )aN **[Required]** Gets the wait_duration of this CreateAbsoluteWaitCriteriaDetails. The absolute wait duration. Minimum wait duration must be 5 seconds. Maximum wait duration can be up to 2 days. :return: The wait_duration of this CreateAbsoluteWaitCriteriaDetails. :rtype: str �r �r r r r r . s z/CreateAbsoluteWaitCriteriaDetails.wait_durationc C s || _ dS )aK Sets the wait_duration of this CreateAbsoluteWaitCriteriaDetails. The absolute wait duration. Minimum wait duration must be 5 seconds. Maximum wait duration can be up to 2 days. :param wait_duration: The wait_duration of this CreateAbsoluteWaitCriteriaDetails. :type: str Nr )r r r r r r <