📂 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.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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdZd ZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Z e jd.d-� �Z ed/d0� �Z!e!jd1d0� �Z!ed2d3� �Z"e"jd4d3� �Z"ed5d6� �Z#e#jd7d6� �Z#ed8d9� �Z$e$jd:d9� �Z$ed;d<� �Z%e%jd=d<� �Z%ed>d?� �Z&e&jd@d?� �Z&edAdB� �Z'e'jdCdB� �Z'edDdE� �Z(e(jdFdE� �Z(edGdH� �Z)e)jdIdH� �Z)edJdK� �Z*e*jdLdK� �Z*edMdN� �Z+e+jdOdN� �Z+edPdQ� �Z,e,jdRdQ� �Z,edSdT� �Z-e-jdUdT� �Z-edVdW� �Z.e.jdXdW� �Z.edYdZ� �Z/e/jd[dZ� �Z/ed\d]� �Z0e0jd^d]� �Z0ed_d`� �Z1e1jdad`� �Z1dbdc� Z2ddde� Z3dfdg� Z4dhS )i�ManagementAgentzY The details of the Management Agent inventory including the associated plugins. �LINUX�WINDOWS�SOLARIS�MACOSX�ACTIVE�SILENT� NOT_AVAILABLE�CREATING�UPDATING�INACTIVE� TERMINATED�DELETING�DELETED�FAILED�AGENT�GATEWAYc K s ddddddddddddddddddddddddddd �| _ d ddd ddddddddddddddddddd d!d"d#d �| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _ d$| _ d$| _d$| _d$| _ d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$S )%a� Initializes a new ManagementAgent 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 ManagementAgent. :type id: str :param install_key_id: The value to assign to the install_key_id property of this ManagementAgent. :type install_key_id: str :param display_name: The value to assign to the display_name property of this ManagementAgent. :type display_name: str :param platform_type: The value to assign to the platform_type property of this ManagementAgent. Allowed values for this property are: "LINUX", "WINDOWS", "SOLARIS", "MACOSX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type platform_type: str :param platform_name: The value to assign to the platform_name property of this ManagementAgent. :type platform_name: str :param platform_version: The value to assign to the platform_version property of this ManagementAgent. :type platform_version: str :param version: The value to assign to the version property of this ManagementAgent. :type version: str :param resource_artifact_version: The value to assign to the resource_artifact_version property of this ManagementAgent. :type resource_artifact_version: str :param host: The value to assign to the host property of this ManagementAgent. :type host: str :param host_id: The value to assign to the host_id property of this ManagementAgent. :type host_id: str :param install_path: The value to assign to the install_path property of this ManagementAgent. :type install_path: str :param plugin_list: The value to assign to the plugin_list property of this ManagementAgent. :type plugin_list: list[oci.management_agent.models.ManagementAgentPluginDetails] :param compartment_id: The value to assign to the compartment_id property of this ManagementAgent. :type compartment_id: str :param is_agent_auto_upgradable: The value to assign to the is_agent_auto_upgradable property of this ManagementAgent. :type is_agent_auto_upgradable: bool :param time_created: The value to assign to the time_created property of this ManagementAgent. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ManagementAgent. :type time_updated: datetime :param time_last_heartbeat: The value to assign to the time_last_heartbeat property of this ManagementAgent. :type time_last_heartbeat: datetime :param availability_status: The value to assign to the availability_status property of this ManagementAgent. Allowed values for this property are: "ACTIVE", "SILENT", "NOT_AVAILABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type availability_status: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ManagementAgent. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ManagementAgent. :type lifecycle_details: str :param is_customer_deployed: The value to assign to the is_customer_deployed property of this ManagementAgent. :type is_customer_deployed: bool :param install_type: The value to assign to the install_type property of this ManagementAgent. Allowed values for this property are: "AGENT", "GATEWAY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type install_type: str :param management_agent_properties: The value to assign to the management_agent_properties property of this ManagementAgent. :type management_agent_properties: list[oci.management_agent.models.ManagementAgentProperty] :param data_source_list: The value to assign to the data_source_list property of this ManagementAgent. :type data_source_list: list[oci.management_agent.models.DataSource] :param freeform_tags: The value to assign to the freeform_tags property of this ManagementAgent. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagementAgent. :type defined_tags: dict(str, dict(str, object)) �strz"list[ManagementAgentPluginDetails]�boolZdatetimezlist[ManagementAgentProperty]zlist[DataSource]zdict(str, str)zdict(str, dict(str, object)))�id�install_key_id�display_name� platform_type� platform_name�platform_version�version�resource_artifact_version�host�host_id�install_path�plugin_list�compartment_id�is_agent_auto_upgradable�time_created�time_updated�time_last_heartbeat�availability_status�lifecycle_state�lifecycle_details�is_customer_deployed�install_type�management_agent_properties�data_source_list� freeform_tags�defined_tagsr ZinstallKeyIdZdisplayNameZplatformTypeZplatformNameZplatformVersionr ZresourceArtifactVersionr! ZhostIdZinstallPathZ pluginListZ compartmentIdZisAgentAutoUpgradableZtimeCreatedZtimeUpdatedZtimeLastHeartbeatZavailabilityStatusZlifecycleStateZlifecycleDetailsZisCustomerDeployedZinstallTypeZmanagementAgentPropertiesZdataSourceListZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_install_key_id� _display_name�_platform_type�_platform_name�_platform_version�_version�_resource_artifact_version�_host�_host_id� _install_path�_plugin_list�_compartment_id�_is_agent_auto_upgradable� _time_created� _time_updated�_time_last_heartbeat�_availability_status�_lifecycle_state�_lifecycle_details�_is_customer_deployed� _install_type�_management_agent_properties�_data_source_list�_freeform_tags� _defined_tags)�self�kwargs� rO �P/usr/lib/python3.9/site-packages/oci/management_agent/models/management_agent.py�__init__V s� w��zManagementAgent.__init__c C s | j S )z� **[Required]** Gets the id of this ManagementAgent. agent identifier :return: The id of this ManagementAgent. :rtype: str �r3 �rM rO rO rP r ! s zManagementAgent.idc C s || _ dS )z� Sets the id of this ManagementAgent. agent identifier :param id: The id of this ManagementAgent. :type: str NrR )rM r rO rO rP r - s c C s | j S )z� Gets the install_key_id of this ManagementAgent. agent install key identifier :return: The install_key_id of this ManagementAgent. :rtype: str �r4 rS rO rO rP r 9 s zManagementAgent.install_key_idc C s || _ dS )z� Sets the install_key_id of this ManagementAgent. agent install key identifier :param install_key_id: The install_key_id of this ManagementAgent. :type: str NrT )rM r rO rO rP r E s c C s | j S )z� Gets the display_name of this ManagementAgent. Management Agent Name :return: The display_name of this ManagementAgent. :rtype: str �r5 rS rO rO rP r Q s zManagementAgent.display_namec C s || _ dS )z� Sets the display_name of this ManagementAgent. Management Agent Name :param display_name: The display_name of this ManagementAgent. :type: str NrU )rM r rO rO rP r ] s c C s | j S )au Gets the platform_type of this ManagementAgent. Platform Type Allowed values for this property are: "LINUX", "WINDOWS", "SOLARIS", "MACOSX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The platform_type of this ManagementAgent. :rtype: str )r6 rS rO rO rP r i s zManagementAgent.platform_typec C s g d�}t ||�sd}|| _dS )z� Sets the platform_type of this ManagementAgent. Platform Type :param platform_type: The platform_type of this ManagementAgent. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r6 )rM r �allowed_valuesrO rO rP r x s c C s | j S )z� Gets the platform_name of this ManagementAgent. Platform Name :return: The platform_name of this ManagementAgent. :rtype: str �r7 rS rO rO rP r � s zManagementAgent.platform_namec C s || _ dS )z� Sets the platform_name of this ManagementAgent. Platform Name :param platform_name: The platform_name of this ManagementAgent. :type: str NrX )rM r rO rO rP r � s c C s | j S )z� Gets the platform_version of this ManagementAgent. Platform Version :return: The platform_version of this ManagementAgent. :rtype: str �r8 rS rO rO rP r � s z ManagementAgent.platform_versionc C s || _ dS )z� Sets the platform_version of this ManagementAgent. Platform Version :param platform_version: The platform_version of this ManagementAgent. :type: str NrY )rM r rO rO rP r � s c C s | j S )z� **[Required]** Gets the version of this ManagementAgent. Management Agent Version :return: The version of this ManagementAgent. :rtype: str �r9 rS rO rO rP r � s zManagementAgent.versionc C s || _ dS )z� Sets the version of this ManagementAgent. Management Agent Version :param version: The version of this ManagementAgent. :type: str NrZ )rM r rO rO rP r � s c C s | j S )a' Gets the resource_artifact_version of this ManagementAgent. Version of the deployment artifact instantiated by this Management Agent. The format for Standalone resourceMode is YYMMDD.HHMM, and the format for other modes (whose artifacts are based upon Standalone but can advance independently) is YYMMDD.HHMM.VVVVVVVVVVVV. VVVVVVVVVVVV is always a numeric value between 000000000000 and 999999999999 :return: The resource_artifact_version of this ManagementAgent. :rtype: str �r: rS rO rO rP r � s z)ManagementAgent.resource_artifact_versionc C s || _ dS )a? Sets the resource_artifact_version of this ManagementAgent. Version of the deployment artifact instantiated by this Management Agent. The format for Standalone resourceMode is YYMMDD.HHMM, and the format for other modes (whose artifacts are based upon Standalone but can advance independently) is YYMMDD.HHMM.VVVVVVVVVVVV. VVVVVVVVVVVV is always a numeric value between 000000000000 and 999999999999 :param resource_artifact_version: The resource_artifact_version of this ManagementAgent. :type: str Nr[ )rM r rO rO rP r � s c C s | j S )z� Gets the host of this ManagementAgent. Management Agent host machine name :return: The host of this ManagementAgent. :rtype: str �r; rS rO rO rP r! � s zManagementAgent.hostc C s || _ dS )z� Sets the host of this ManagementAgent. Management Agent host machine name :param host: The host of this ManagementAgent. :type: str Nr\ )rM r! rO rO rP r! � s c C s | j S )z� Gets the host_id of this ManagementAgent. Host resource ocid :return: The host_id of this ManagementAgent. :rtype: str �r<