📂 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
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: detach_instance_pool_instance_details.pyc
a N��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 )�!DetachInstancePoolInstanceDetailszC An instance that is to be detached from an instance pool. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DetachInstancePoolInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param instance_id: The value to assign to the instance_id property of this DetachInstancePoolInstanceDetails. :type instance_id: str :param is_decrement_size: The value to assign to the is_decrement_size property of this DetachInstancePoolInstanceDetails. :type is_decrement_size: bool :param is_auto_terminate: The value to assign to the is_auto_terminate property of this DetachInstancePoolInstanceDetails. :type is_auto_terminate: bool �str�bool)�instance_id�is_decrement_size�is_auto_terminate� instanceId�isDecrementSize�isAutoTerminateN)� swagger_types� attribute_map�_instance_id�_is_decrement_size�_is_auto_terminate)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/detach_instance_pool_instance_details.py�__init__ s ��z*DetachInstancePoolInstanceDetails.__init__c C s | j S )a@ **[Required]** Gets the instance_id of this DetachInstancePoolInstanceDetails. The `OCID`__ of the instance. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The instance_id of this DetachInstancePoolInstanceDetails. :rtype: str �r �r r r r r 2 s z-DetachInstancePoolInstanceDetails.instance_idc C s || _ dS )a; Sets the instance_id of this DetachInstancePoolInstanceDetails. The `OCID`__ of the instance. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param instance_id: The instance_id of this DetachInstancePoolInstanceDetails. :type: str Nr )r r r r r r @ s c C s | j S )a� Gets the is_decrement_size of this DetachInstancePoolInstanceDetails. Whether to decrease the size of the instance pool when the instance is detached. If `true`, the pool size is decreased. If `false`, the pool will provision a new, replacement instance using the pool's instance configuration as a template. Default is `true`. :return: The is_decrement_size of this DetachInstancePoolInstanceDetails. :rtype: bool �r r r r r r N s z3DetachInstancePoolInstanceDetails.is_decrement_sizec C s || _ dS )a� Sets the is_decrement_size of this DetachInstancePoolInstanceDetails. Whether to decrease the size of the instance pool when the instance is detached. If `true`, the pool size is decreased. If `false`, the pool will provision a new, replacement instance using the pool's instance configuration as a template. Default is `true`. :param is_decrement_size: The is_decrement_size of this DetachInstancePoolInstanceDetails. :type: bool Nr )r r r r r r \ s c C s | j S )ab Gets the is_auto_terminate of this DetachInstancePoolInstanceDetails. Whether to permanently terminate (delete) the instance and its attached boot volume when detaching it from the instance pool. Default is `false`. :return: The is_auto_terminate of this DetachInstancePoolInstanceDetails. :rtype: bool �r r r r r r j s z3DetachInstancePoolInstanceDetails.is_auto_terminatec C s || _ dS )ar Sets the is_auto_terminate of this DetachInstancePoolInstanceDetails. Whether to permanently terminate (delete) the instance and its attached boot volume when detaching it from the instance pool. Default is `false`. :param is_auto_terminate: The is_auto_terminate of this DetachInstancePoolInstanceDetails. :type: bool Nr )r r r r r r w s c C s t | �S �N)r r r r r �__repr__� s z*DetachInstancePoolInstanceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z(DetachInstancePoolInstanceDetails.__eq__c C s | |k S r r r r r r �__ne__� s z(DetachInstancePoolInstanceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"