📂 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_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_fleet_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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �UpdateFleetDetailsz( The information to be updated. c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateFleetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateFleetDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateFleetDetails. :type description: str :param notification_preferences: The value to assign to the notification_preferences property of this UpdateFleetDetails. :type notification_preferences: oci.fleet_apps_management.models.NotificationPreferences :param rule_selection_criteria: The value to assign to the rule_selection_criteria property of this UpdateFleetDetails. :type rule_selection_criteria: oci.fleet_apps_management.models.SelectionCriteria :param is_target_auto_confirm: The value to assign to the is_target_auto_confirm property of this UpdateFleetDetails. :type is_target_auto_confirm: bool :param freeform_tags: The value to assign to the freeform_tags property of this UpdateFleetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateFleetDetails. :type defined_tags: dict(str, dict(str, object)) �strZNotificationPreferencesZSelectionCriteria�boolzdict(str, str)zdict(str, dict(str, object)))�display_name�description�notification_preferences�rule_selection_criteria�is_target_auto_confirm� freeform_tags�defined_tagsZdisplayNamer ZnotificationPreferencesZruleSelectionCriteriaZisTargetAutoConfirmZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_notification_preferences�_rule_selection_criteria�_is_target_auto_confirm�_freeform_tags� _defined_tags)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/update_fleet_details.py�__init__ s. #�� zUpdateFleetDetails.__init__c C s | j S )a; Gets the display_name of this UpdateFleetDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :return: The display_name of this UpdateFleetDetails. :rtype: str �r �r r r r r P s zUpdateFleetDetails.display_namec C s || _ dS )aF Sets the display_name of this UpdateFleetDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :param display_name: The display_name of this UpdateFleetDetails. :type: str Nr )r r r r r r _ s c C s | j S )a Gets the description of this UpdateFleetDetails. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information. :return: The description of this UpdateFleetDetails. :rtype: str �r r r r r r n s zUpdateFleetDetails.descriptionc C s || _ dS )a! Sets the description of this UpdateFleetDetails. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information. :param description: The description of this UpdateFleetDetails. :type: str Nr )r r r r r r { s c C s | j S )z� Gets the notification_preferences of this UpdateFleetDetails. :return: The notification_preferences of this UpdateFleetDetails. :rtype: oci.fleet_apps_management.models.NotificationPreferences �r r r r r r � s z+UpdateFleetDetails.notification_preferencesc C s || _ dS )z� Sets the notification_preferences of this UpdateFleetDetails. :param notification_preferences: The notification_preferences of this UpdateFleetDetails. :type: oci.fleet_apps_management.models.NotificationPreferences Nr )r r r r r r � s c C s | j S )z� Gets the rule_selection_criteria of this UpdateFleetDetails. :return: The rule_selection_criteria of this UpdateFleetDetails. :rtype: oci.fleet_apps_management.models.SelectionCriteria �r r r r r r � s z*UpdateFleetDetails.rule_selection_criteriac C s || _ dS )z� Sets the rule_selection_criteria of this UpdateFleetDetails. :param rule_selection_criteria: The rule_selection_criteria of this UpdateFleetDetails. :type: oci.fleet_apps_management.models.SelectionCriteria Nr )r r r r r r � s c C s | j S )z� Gets the is_target_auto_confirm of this UpdateFleetDetails. A value which represents if auto confirming of the targets can be enabled :return: The is_target_auto_confirm of this UpdateFleetDetails. :rtype: bool �r r r r r r � s z)UpdateFleetDetails.is_target_auto_confirmc C s || _ dS )a Sets the is_target_auto_confirm of this UpdateFleetDetails. A value which represents if auto confirming of the targets can be enabled :param is_target_auto_confirm: The is_target_auto_confirm of this UpdateFleetDetails. :type: bool Nr! )r r r r r r � s c C s | j S )aK Gets the freeform_tags of this UpdateFleetDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this UpdateFleetDetails. :rtype: dict(str, str) �r r r r r r � s z UpdateFleetDetails.freeform_tagsc C s || _ dS )aW Sets the freeform_tags of this UpdateFleetDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this UpdateFleetDetails. :type: dict(str, str) Nr"