📂 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: create_fleet_details.cpython-39.pyc
a ���fC � @ 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�CreateFleetDetailsz* The information about new Fleet. c K s� dddddddddddddddd �| _ d ddd dddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new CreateFleetDetails 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 CreateFleetDetails. :type display_name: str :param description: The value to assign to the description property of this CreateFleetDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateFleetDetails. :type compartment_id: str :param fleet_type: The value to assign to the fleet_type property of this CreateFleetDetails. :type fleet_type: str :param products: The value to assign to the products property of this CreateFleetDetails. :type products: list[str] :param application_type: The value to assign to the application_type property of this CreateFleetDetails. :type application_type: str :param environment_type: The value to assign to the environment_type property of this CreateFleetDetails. :type environment_type: str :param group_type: The value to assign to the group_type property of this CreateFleetDetails. :type group_type: str :param resource_selection_type: The value to assign to the resource_selection_type property of this CreateFleetDetails. :type resource_selection_type: str :param rule_selection_criteria: The value to assign to the rule_selection_criteria property of this CreateFleetDetails. :type rule_selection_criteria: oci.fleet_apps_management.models.SelectionCriteria :param notification_preferences: The value to assign to the notification_preferences property of this CreateFleetDetails. :type notification_preferences: oci.fleet_apps_management.models.NotificationPreferences :param resources: The value to assign to the resources property of this CreateFleetDetails. :type resources: list[oci.fleet_apps_management.models.AssociatedFleetResourceDetails] :param is_target_auto_confirm: The value to assign to the is_target_auto_confirm property of this CreateFleetDetails. :type is_target_auto_confirm: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateFleetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateFleetDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]ZSelectionCriteriaZNotificationPreferencesz$list[AssociatedFleetResourceDetails]�boolzdict(str, str)zdict(str, dict(str, object)))�display_name�description�compartment_id� fleet_type�products�application_type�environment_type� group_type�resource_selection_type�rule_selection_criteria�notification_preferences� resources�is_target_auto_confirm� freeform_tags�defined_tagsZdisplayNamer Z compartmentIdZ fleetTyper ZapplicationTypeZenvironmentTypeZ groupTypeZresourceSelectionTypeZruleSelectionCriteriaZnotificationPreferencesr ZisTargetAutoConfirmZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id�_fleet_type� _products�_application_type�_environment_type�_group_type�_resource_selection_type�_rule_selection_criteria�_notification_preferences� _resources�_is_target_auto_confirm�_freeform_tags� _defined_tags)�self�kwargs� r) �Y/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/create_fleet_details.py�__init__ s^ C��zCreateFleetDetails.__init__c C s | j S )a; Gets the display_name of this CreateFleetDetails. 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 CreateFleetDetails. :rtype: str �r �r'