📂 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
›
management_agent
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/management_agent/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_agent_property.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 � �Zdd� Zdd� Z dd� ZdS )�ManagementAgentPropertyzD Property item in name/value pair, with optional unit type. � PERCENTAGE�MBc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a, Initializes a new ManagementAgentProperty object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ManagementAgentProperty. :type name: str :param values: The value to assign to the values property of this ManagementAgentProperty. :type values: list[str] :param units: The value to assign to the units property of this ManagementAgentProperty. Allowed values for this property are: "PERCENTAGE", "MB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type units: str �strz list[str])�name�values�unitsr r r N)Z swagger_typesZ attribute_map�_name�_values�_units)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/management_agent/models/management_agent_property.py�__init__ s ��z ManagementAgentProperty.__init__c C s | j S )z� **[Required]** Gets the name of this ManagementAgentProperty. Name of the property :return: The name of this ManagementAgentProperty. :rtype: str �r �r r r r r >