📂 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
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: terminate_preemption_action.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PreemptionAction� )�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 )�TerminatePreemptionActionzR Terminates the preemptible instance when it is interrupted for eviction. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new TerminatePreemptionAction object with values from keyword arguments. The default value of the :py:attr:`~oci.container_engine.models.TerminatePreemptionAction.type` attribute of this class is ``TERMINATE`` 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 TerminatePreemptionAction. Allowed values for this property are: "TERMINATE" :type type: str :param is_preserve_boot_volume: The value to assign to the is_preserve_boot_volume property of this TerminatePreemptionAction. :type is_preserve_boot_volume: bool �str�bool)�type�is_preserve_boot_volumer ZisPreserveBootVolumeNZ TERMINATE)Z swagger_typesZ attribute_mapZ_type�_is_preserve_boot_volume)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/container_engine/models/terminate_preemption_action.py�__init__ s ��z"TerminatePreemptionAction.__init__c C s | j S )a^ Gets the is_preserve_boot_volume of this TerminatePreemptionAction. Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified. :return: The is_preserve_boot_volume of this TerminatePreemptionAction. :rtype: bool �r �r r r r r 0 s z1TerminatePreemptionAction.is_preserve_boot_volumec C s || _ dS )at Sets the is_preserve_boot_volume of this TerminatePreemptionAction. Whether to preserve the boot volume that was used to launch the preemptible instance when the instance is terminated. Defaults to false if not specified. :param is_preserve_boot_volume: The is_preserve_boot_volume of this TerminatePreemptionAction. :type: bool Nr )r r r r r r <