📂 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: fleet_property_summary.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�FleetPropertySummaryz' Summary of the FleetProperty. �STRING�NUMERICc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a| Initializes a new FleetPropertySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this FleetPropertySummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this FleetPropertySummary. :type compartment_id: str :param property_id: The value to assign to the property_id property of this FleetPropertySummary. :type property_id: str :param display_name: The value to assign to the display_name property of this FleetPropertySummary. :type display_name: str :param time_created: The value to assign to the time_created property of this FleetPropertySummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this FleetPropertySummary. :type time_updated: datetime :param value: The value to assign to the value property of this FleetPropertySummary. :type value: str :param value_type: The value to assign to the value_type property of this FleetPropertySummary. Allowed values for this property are: "STRING", "NUMERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type value_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this FleetPropertySummary. :type lifecycle_state: str :param system_tags: The value to assign to the system_tags property of this FleetPropertySummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, dict(str, object))) �id�compartment_id�property_id�display_name�time_created�time_updated�value� value_type�lifecycle_state�system_tagsr Z compartmentIdZ propertyIdZdisplayNameZtimeCreatedZtimeUpdatedr Z valueTypeZlifecycleStateZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_property_id� _display_name� _time_created� _time_updated�_value�_value_type�_lifecycle_state�_system_tags)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/fleet_property_summary.py�__init__ s@ 1�� zFleetPropertySummary.__init__c C s | j S )z� **[Required]** Gets the id of this FleetPropertySummary. The unique id of the resource. :return: The id of this FleetPropertySummary. :rtype: str �r �r r r r! r o s zFleetPropertySummary.idc C s || _ dS )z� Sets the id of this FleetPropertySummary. The unique id of the resource. :param id: The id of this FleetPropertySummary. :type: str Nr# )r r r r r! r { s c C s | j S )z� **[Required]** Gets the compartment_id of this FleetPropertySummary. Tenancy OCID :return: The compartment_id of this FleetPropertySummary. :rtype: str �r r$ r r r! r � s z#FleetPropertySummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this FleetPropertySummary. Tenancy OCID :param compartment_id: The compartment_id of this FleetPropertySummary. :type: str Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the property_id of this FleetPropertySummary. Property Id. :return: The property_id of this FleetPropertySummary. :rtype: str �r r$ r r r! r � s z FleetPropertySummary.property_idc C s || _ dS )z� Sets the property_id of this FleetPropertySummary. Property Id. :param property_id: The property_id of this FleetPropertySummary. :type: str Nr&