📂 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: associated_fleet_property_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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�AssociatedFleetPropertyDetailsz2 The information about new FleetProperty. �STRING�NUMBERc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new AssociatedFleetPropertyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this AssociatedFleetPropertyDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this AssociatedFleetPropertyDetails. :type display_name: str :param fleet_property_type: The value to assign to the fleet_property_type property of this AssociatedFleetPropertyDetails. Allowed values for this property are: "STRING", "NUMBER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type fleet_property_type: str :param value: The value to assign to the value property of this AssociatedFleetPropertyDetails. :type value: str :param is_required: The value to assign to the is_required property of this AssociatedFleetPropertyDetails. :type is_required: bool �str�bool)�compartment_id�display_name�fleet_property_type�value�is_requiredZ compartmentIdZdisplayNameZfleetPropertyTyper Z isRequiredN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_fleet_property_type�_value�_is_required)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/associated_fleet_property_details.py�__init__ s"