📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
fleet_software_update
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sequential_batching_strategy_details.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�BatchingStrategyDetails� )�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 )�!SequentialBatchingStrategyDetailsz^ Sequential batching strategy details to use during PRECHECK and APPLY Cycle Actions. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aW Initializes a new SequentialBatchingStrategyDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_software_update.models.SequentialBatchingStrategyDetails.type` attribute of this class is ``SEQUENTIAL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this SequentialBatchingStrategyDetails. Allowed values for this property are: "SEQUENTIAL", "FIFTY_FIFTY", "SERVICE_AVAILABILITY_FACTOR", "NON_ROLLING" :type type: str :param is_force_rolling: The value to assign to the is_force_rolling property of this SequentialBatchingStrategyDetails. :type is_force_rolling: bool �str�bool)�type�is_force_rollingr ZisForceRollingNZ SEQUENTIAL)Z swagger_typesZ attribute_mapZ_type�_is_force_rolling)�self�kwargs� r �i/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/sequential_batching_strategy_details.py�__init__ s ��z*SequentialBatchingStrategyDetails.__init__c C s | j S )z� Gets the is_force_rolling of this SequentialBatchingStrategyDetails. True to force rolling patching. :return: The is_force_rolling of this SequentialBatchingStrategyDetails. :rtype: bool �r �r r r r r 0 s z2SequentialBatchingStrategyDetails.is_force_rollingc C s || _ dS )z� Sets the is_force_rolling of this SequentialBatchingStrategyDetails. True to force rolling patching. :param is_force_rolling: The is_force_rolling of this SequentialBatchingStrategyDetails. :type: bool Nr )r r r r r r <