📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: node_pool_cycling_details.cpython-39.pyc
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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�NodePoolCyclingDetailsz# Node Pool Cycling Details c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new NodePoolCyclingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param maximum_unavailable: The value to assign to the maximum_unavailable property of this NodePoolCyclingDetails. :type maximum_unavailable: str :param maximum_surge: The value to assign to the maximum_surge property of this NodePoolCyclingDetails. :type maximum_surge: str :param is_node_cycling_enabled: The value to assign to the is_node_cycling_enabled property of this NodePoolCyclingDetails. :type is_node_cycling_enabled: bool �str�bool)�maximum_unavailable� maximum_surge�is_node_cycling_enabledZmaximumUnavailableZmaximumSurgeZisNodeCyclingEnabledN)Z swagger_typesZ attribute_map�_maximum_unavailable�_maximum_surge�_is_node_cycling_enabled)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/container_engine/models/node_pool_cycling_details.py�__init__ s ��zNodePoolCyclingDetails.__init__c C s | j S )a� Gets the maximum_unavailable of this NodePoolCyclingDetails. Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100% :return: The maximum_unavailable of this NodePoolCyclingDetails. :rtype: str �r �r r r r r 4 s z*NodePoolCyclingDetails.maximum_unavailablec C s || _ dS )a� Sets the maximum_unavailable of this NodePoolCyclingDetails. Maximum active nodes that would be terminated from nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 0, Ranges from 0 to Nodepool size or 0% to 100% :param maximum_unavailable: The maximum_unavailable of this NodePoolCyclingDetails. :type: str Nr )r r r r r r B s c C s | j S )a� Gets the maximum_surge of this NodePoolCyclingDetails. Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100% :return: The maximum_surge of this NodePoolCyclingDetails. :rtype: str �r r r r r r P s z$NodePoolCyclingDetails.maximum_surgec C s || _ dS )a� Sets the maximum_surge of this NodePoolCyclingDetails. Maximum additional new compute instances that would be temporarily created and added to nodepool during the cycling nodepool process. OKE supports both integer and percentage input. Defaults to 1, Ranges from 0 to Nodepool size or 0% to 100% :param maximum_surge: The maximum_surge of this NodePoolCyclingDetails. :type: str Nr )r r r r r r ^ s c C s | j S )z� Gets the is_node_cycling_enabled of this NodePoolCyclingDetails. If nodes in the nodepool will be cycled to have new changes. :return: The is_node_cycling_enabled of this NodePoolCyclingDetails. :rtype: bool �r r r r r r l s z.NodePoolCyclingDetails.is_node_cycling_enabledc C s || _ dS )a Sets the is_node_cycling_enabled of this NodePoolCyclingDetails. If nodes in the nodepool will be cycled to have new changes. :param is_node_cycling_enabled: The is_node_cycling_enabled of this NodePoolCyclingDetails. :type: bool Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s zNodePoolCyclingDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zNodePoolCyclingDetails.__eq__c C s | |k S r r r r r r �__ne__� s zNodePoolCyclingDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"