📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
management_agent
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/management_agent/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: management_agent_summary.pyc
a O��fyw � @ 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 ZdZd Z dZdZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Z e jd0d/� �Z ed1d2� �Z!e!jd3d2� �Z!ed4d5� �Z"e"jd6d5� �Z"ed7d8� �Z#e#jd9d8� �Z#ed:d;� �Z$e$jd<d;� �Z$ed=d>� �Z%e%jd?d>� �Z%ed@dA� �Z&e&jdBdA� �Z&edCdD� �Z'e'jdEdD� �Z'edFdG� �Z(e(jdHdG� �Z(edIdJ� �Z)e)jdKdJ� �Z)edLdM� �Z*e*jdNdM� �Z*edOdP� �Z+e+jdQdP� �Z+edRdS� �Z,e,jdTdS� �Z,edUdV� �Z-e-jdWdV� �Z-dXdY� Z.dZd[� Z/d\d]� Z0d^S )_�ManagementAgentSummaryzY The summary of the Management Agent inventory including the associated plugins. �LINUX�WINDOWS�SOLARIS�ACTIVE�SILENT� NOT_AVAILABLE�CREATING�UPDATING�INACTIVE� TERMINATED�DELETING�DELETED�FAILED�AGENT�GATEWAYc K s� dddddddddddddddddddddddd�| _ dd d ddd dddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ManagementAgentSummary 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 ManagementAgentSummary. :type id: str :param install_key_id: The value to assign to the install_key_id property of this ManagementAgentSummary. :type install_key_id: str :param display_name: The value to assign to the display_name property of this ManagementAgentSummary. :type display_name: str :param platform_type: The value to assign to the platform_type property of this ManagementAgentSummary. Allowed values for this property are: "LINUX", "WINDOWS", "SOLARIS", '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 ManagementAgentSummary. :type platform_name: str :param platform_version: The value to assign to the platform_version property of this ManagementAgentSummary. :type platform_version: str :param version: The value to assign to the version property of this ManagementAgentSummary. :type version: str :param resource_artifact_version: The value to assign to the resource_artifact_version property of this ManagementAgentSummary. :type resource_artifact_version: str :param is_agent_auto_upgradable: The value to assign to the is_agent_auto_upgradable property of this ManagementAgentSummary. :type is_agent_auto_upgradable: bool :param time_created: The value to assign to the time_created property of this ManagementAgentSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ManagementAgentSummary. :type time_updated: datetime :param host: The value to assign to the host property of this ManagementAgentSummary. :type host: str :param host_id: The value to assign to the host_id property of this ManagementAgentSummary. :type host_id: str :param plugin_list: The value to assign to the plugin_list property of this ManagementAgentSummary. :type plugin_list: list[oci.management_agent.models.ManagementAgentPluginDetails] :param compartment_id: The value to assign to the compartment_id property of this ManagementAgentSummary. :type compartment_id: str :param time_last_heartbeat: The value to assign to the time_last_heartbeat property of this ManagementAgentSummary. :type time_last_heartbeat: datetime :param availability_status: The value to assign to the availability_status property of this ManagementAgentSummary. 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 ManagementAgentSummary. 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 ManagementAgentSummary. :type lifecycle_details: str :param is_customer_deployed: The value to assign to the is_customer_deployed property of this ManagementAgentSummary. :type is_customer_deployed: bool :param install_type: The value to assign to the install_type property of this ManagementAgentSummary. 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 freeform_tags: The value to assign to the freeform_tags property of this ManagementAgentSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ManagementAgentSummary. :type defined_tags: dict(str, dict(str, object)) �str�bool�datetimez"list[ManagementAgentPluginDetails]zdict(str, str)zdict(str, dict(str, object)))�id�install_key_id�display_name� platform_type� platform_name�platform_version�version�resource_artifact_version�is_agent_auto_upgradable�time_created�time_updated�host�host_id�plugin_list�compartment_id�time_last_heartbeat�availability_status�lifecycle_state�lifecycle_details�is_customer_deployed�install_type� freeform_tags�defined_tagsr �installKeyId�displayName�platformType�platformName�platformVersionr �resourceArtifactVersion�isAgentAutoUpgradable�timeCreated�timeUpdatedr$ �hostId� pluginList� compartmentId�timeLastHeartbeat�availabilityStatus�lifecycleState�lifecycleDetails�isCustomerDeployed�installType�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_install_key_id� _display_name�_platform_type�_platform_name�_platform_version�_version�_resource_artifact_version�_is_agent_auto_upgradable� _time_created� _time_updated�_host�_host_id�_plugin_list�_compartment_id�_time_last_heartbeat�_availability_status�_lifecycle_state�_lifecycle_details�_is_customer_deployed� _install_type�_freeform_tags� _defined_tags)�self�kwargs� r_ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/management_agent/models/management_agent_summary.py�__init__P s� k��zManagementAgentSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ManagementAgentSummary. agent identifier :return: The id of this ManagementAgentSummary. :rtype: str �rF �r] r_ r_ r` r s zManagementAgentSummary.idc C s || _ dS )z� Sets the id of this ManagementAgentSummary. agent identifier :param id: The id of this ManagementAgentSummary. :type: str Nrb )r] r r_ r_ r` r s c C s | j S )z� Gets the install_key_id of this ManagementAgentSummary. agent install key identifier :return: The install_key_id of this ManagementAgentSummary. :rtype: str �rG rc r_ r_ r` r s z%ManagementAgentSummary.install_key_idc C s || _ dS )z� Sets the install_key_id of this ManagementAgentSummary. agent install key identifier :param install_key_id: The install_key_id of this ManagementAgentSummary. :type: str Nrd )r] r r_ r_ r` r * s c C s | j S )z� Gets the display_name of this ManagementAgentSummary. Management Agent Name :return: The display_name of this ManagementAgentSummary. :rtype: str �rH rc r_ r_ r` r 6 s z#ManagementAgentSummary.display_namec C s || _ dS )z� Sets the display_name of this ManagementAgentSummary. Management Agent Name :param display_name: The display_name of this ManagementAgentSummary. :type: str Nre )r] r r_ r_ r` r B s c C s | j S )ay Gets the platform_type of this ManagementAgentSummary. Platform Type Allowed values for this property are: "LINUX", "WINDOWS", "SOLARIS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The platform_type of this ManagementAgentSummary. :rtype: str )rI rc r_ r_ r` r N s z$ManagementAgentSummary.platform_typec C s g d�}t ||�sd}|| _dS )z� Sets the platform_type of this ManagementAgentSummary. Platform Type :param platform_type: The platform_type of this ManagementAgentSummary. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r rI )r] r �allowed_valuesr_ r_ r` r ] s c C s | j S )z� Gets the platform_name of this ManagementAgentSummary. Platform Name :return: The platform_name of this ManagementAgentSummary. :rtype: str �rJ rc r_ r_ r` r l s z$ManagementAgentSummary.platform_namec C s || _ dS )z� Sets the platform_name of this ManagementAgentSummary. Platform Name :param platform_name: The platform_name of this ManagementAgentSummary. :type: str Nrh )r] r r_ r_ r` r x s c C s | j S )z� Gets the platform_version of this ManagementAgentSummary. Platform Version :return: The platform_version of this ManagementAgentSummary. :rtype: str �rK rc r_ r_ r` r � s z'ManagementAgentSummary.platform_versionc C s || _ dS )z� Sets the platform_version of this ManagementAgentSummary. Platform Version :param platform_version: The platform_version of this ManagementAgentSummary. :type: str Nri )r] r r_ r_ r` r � s c C s | j S )z� **[Required]** Gets the version of this ManagementAgentSummary. Management Agent Version :return: The version of this ManagementAgentSummary. :rtype: str �rL rc r_ r_ r` r � s zManagementAgentSummary.versionc C s || _ dS )z� Sets the version of this ManagementAgentSummary. Management Agent Version :param version: The version of this ManagementAgentSummary. :type: str Nrj )r] r r_ r_ r` r � s c C s | j S )a5 Gets the resource_artifact_version of this ManagementAgentSummary. 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 ManagementAgentSummary. :rtype: str �rM rc r_ r_ r` r � s z0ManagementAgentSummary.resource_artifact_versionc C s || _ dS )aM Sets the resource_artifact_version of this ManagementAgentSummary. 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 ManagementAgentSummary. :type: str Nrk )r] r r_ r_ r` r � s c C s | j S )a] Gets the is_agent_auto_upgradable of this ManagementAgentSummary. true if the agent can be upgraded automatically; false if it must be upgraded manually. This flag is derived from the tenancy level auto upgrade preference. :return: The is_agent_auto_upgradable of this ManagementAgentSummary. :rtype: bool �rN rc r_ r_ r` r! � s z/ManagementAgentSummary.is_agent_auto_upgradablec C s || _ dS )at Sets the is_agent_auto_upgradable of this ManagementAgentSummary. true if the agent can be upgraded automatically; false if it must be upgraded manually. This flag is derived from the tenancy level auto upgrade preference. :param is_agent_auto_upgradable: The is_agent_auto_upgradable of this ManagementAgentSummary. :type: bool Nrl )r] r! r_ r_ r` r! � s c C s | j S )z� Gets the time_created of this ManagementAgentSummary. The time the Management Agent was created. An RFC3339 formatted datetime string :return: The time_created of this ManagementAgentSummary. :rtype: datetime �rO rc r_ r_ r` r"