📂 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
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: load_balancer_traffic_shift_rollout_policy.cpython-39.pyc
a ���fg � @ 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 )�%LoadBalancerTrafficShiftRolloutPolicyzN Description of rollout policy for load balancer traffic shift stage. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new LoadBalancerTrafficShiftRolloutPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param batch_count: The value to assign to the batch_count property of this LoadBalancerTrafficShiftRolloutPolicy. :type batch_count: int :param batch_delay_in_seconds: The value to assign to the batch_delay_in_seconds property of this LoadBalancerTrafficShiftRolloutPolicy. :type batch_delay_in_seconds: int :param ramp_limit_percent: The value to assign to the ramp_limit_percent property of this LoadBalancerTrafficShiftRolloutPolicy. :type ramp_limit_percent: float �int�float)�batch_count�batch_delay_in_seconds�ramp_limit_percentZ batchCountZbatchDelayInSecondsZrampLimitPercentN)Z swagger_typesZ attribute_map�_batch_count�_batch_delay_in_seconds�_ramp_limit_percent)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/devops/models/load_balancer_traffic_shift_rollout_policy.py�__init__ s ��z.LoadBalancerTrafficShiftRolloutPolicy.__init__c C s | j S )z� **[Required]** Gets the batch_count of this LoadBalancerTrafficShiftRolloutPolicy. Specifies number of batches for this stage. :return: The batch_count of this LoadBalancerTrafficShiftRolloutPolicy. :rtype: int �r �r r r r r 4 s z1LoadBalancerTrafficShiftRolloutPolicy.batch_countc C s || _ dS )z� Sets the batch_count of this LoadBalancerTrafficShiftRolloutPolicy. Specifies number of batches for this stage. :param batch_count: The batch_count of this LoadBalancerTrafficShiftRolloutPolicy. :type: int Nr )r r r r r r @ s c C s | j S )a$ Gets the batch_delay_in_seconds of this LoadBalancerTrafficShiftRolloutPolicy. Specifies delay in seconds between batches. The default delay is 1 minute. :return: The batch_delay_in_seconds of this LoadBalancerTrafficShiftRolloutPolicy. :rtype: int �r r r r r r L s z<LoadBalancerTrafficShiftRolloutPolicy.batch_delay_in_secondsc C s || _ dS )a9 Sets the batch_delay_in_seconds of this LoadBalancerTrafficShiftRolloutPolicy. Specifies delay in seconds between batches. The default delay is 1 minute. :param batch_delay_in_seconds: The batch_delay_in_seconds of this LoadBalancerTrafficShiftRolloutPolicy. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the ramp_limit_percent of this LoadBalancerTrafficShiftRolloutPolicy. Indicates the criteria to stop. :return: The ramp_limit_percent of this LoadBalancerTrafficShiftRolloutPolicy. :rtype: float �r r r r r r d s z8LoadBalancerTrafficShiftRolloutPolicy.ramp_limit_percentc C s || _ dS )a Sets the ramp_limit_percent of this LoadBalancerTrafficShiftRolloutPolicy. Indicates the criteria to stop. :param ramp_limit_percent: The ramp_limit_percent of this LoadBalancerTrafficShiftRolloutPolicy. :type: float Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z.LoadBalancerTrafficShiftRolloutPolicy.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z,LoadBalancerTrafficShiftRolloutPolicy.__eq__c C s | |k S r r r r r r �__ne__� s z,LoadBalancerTrafficShiftRolloutPolicy.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"