📂 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
›
stack_monitoring
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/stack_monitoring/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: search_monitored_resources_details.pyc
a O��f�l � @ 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 dd � Zedd� �Zejdd� �Zedd� �Zejdd� �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-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!dAdB� Z"dCdD� Z#dEdF� Z$dGS )H�SearchMonitoredResourcesDetailszG The property search criteria for listing monitored resources. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�ASC�DESC�TIME_CREATED� RESOURCE_NAMEc K s� dddddddddddddddddd�| _ ddddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new SearchMonitoredResourcesDetails 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 SearchMonitoredResourcesDetails. :type compartment_id: str :param name: The value to assign to the name property of this SearchMonitoredResourcesDetails. :type name: str :param name_contains: The value to assign to the name_contains property of this SearchMonitoredResourcesDetails. :type name_contains: str :param type: The value to assign to the type property of this SearchMonitoredResourcesDetails. :type type: str :param host_name: The value to assign to the host_name property of this SearchMonitoredResourcesDetails. :type host_name: str :param external_id: The value to assign to the external_id property of this SearchMonitoredResourcesDetails. :type external_id: str :param host_name_contains: The value to assign to the host_name_contains property of this SearchMonitoredResourcesDetails. :type host_name_contains: str :param management_agent_id: The value to assign to the management_agent_id property of this SearchMonitoredResourcesDetails. :type management_agent_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this SearchMonitoredResourcesDetails. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param time_created_greater_than_or_equal_to: The value to assign to the time_created_greater_than_or_equal_to property of this SearchMonitoredResourcesDetails. :type time_created_greater_than_or_equal_to: datetime :param time_created_less_than: The value to assign to the time_created_less_than property of this SearchMonitoredResourcesDetails. :type time_created_less_than: datetime :param time_updated_greater_than_or_equal_to: The value to assign to the time_updated_greater_than_or_equal_to property of this SearchMonitoredResourcesDetails. :type time_updated_greater_than_or_equal_to: datetime :param time_updated_less_than: The value to assign to the time_updated_less_than property of this SearchMonitoredResourcesDetails. :type time_updated_less_than: datetime :param resource_time_zone: The value to assign to the resource_time_zone property of this SearchMonitoredResourcesDetails. :type resource_time_zone: str :param sort_order: The value to assign to the sort_order property of this SearchMonitoredResourcesDetails. Allowed values for this property are: "ASC", "DESC" :type sort_order: str :param sort_by: The value to assign to the sort_by property of this SearchMonitoredResourcesDetails. Allowed values for this property are: "TIME_CREATED", "RESOURCE_NAME" :type sort_by: str :param property_equals: The value to assign to the property_equals property of this SearchMonitoredResourcesDetails. :type property_equals: dict(str, str) �str�datetimezdict(str, str))�compartment_id�name� name_contains�type� host_name�external_id�host_name_contains�management_agent_id�lifecycle_state�%time_created_greater_than_or_equal_to�time_created_less_than�%time_updated_greater_than_or_equal_to�time_updated_less_than�resource_time_zone� sort_order�sort_by�property_equals� compartmentIdr �nameContainsr �hostName� externalId�hostNameContains�managementAgentId�lifecycleState�timeCreatedGreaterThanOrEqualTo�timeCreatedLessThan�timeUpdatedGreaterThanOrEqualTo�timeUpdatedLessThan�resourceTimeZone� sortOrder�sortBy�propertyEqualsN)� swagger_types� attribute_map�_compartment_id�_name�_name_contains�_type� _host_name�_external_id�_host_name_contains�_management_agent_id�_lifecycle_state�&_time_created_greater_than_or_equal_to�_time_created_less_than�&_time_updated_greater_than_or_equal_to�_time_updated_less_than�_resource_time_zone�_sort_order�_sort_by�_property_equals)�self�kwargs� rH ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/search_monitored_resources_details.py�__init__8 sj N��z(SearchMonitoredResourcesDetails.__init__c C s | j S )a? **[Required]** Gets the compartment_id of this SearchMonitoredResourcesDetails. Compartment Identifier `OCID`__ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this SearchMonitoredResourcesDetails. :rtype: str �r5 �rF rH rH rI r � s z.SearchMonitoredResourcesDetails.compartment_idc C s || _ dS )a= Sets the compartment_id of this SearchMonitoredResourcesDetails. Compartment Identifier `OCID`__ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this SearchMonitoredResourcesDetails. :type: str NrK )rF r rH rH rI r � s c C s | j S )z� Gets the name of this SearchMonitoredResourcesDetails. A filter to return resources that match exact resource name :return: The name of this SearchMonitoredResourcesDetails. :rtype: str �r6 rL rH rH rI r � s z$SearchMonitoredResourcesDetails.namec C s || _ dS )z� Sets the name of this SearchMonitoredResourcesDetails. A filter to return resources that match exact resource name :param name: The name of this SearchMonitoredResourcesDetails. :type: str NrM )rF r rH rH rI r � s c C s | j S )a! Gets the name_contains of this SearchMonitoredResourcesDetails. A filter to return resources that match resource name pattern given. The match is not case sensitive. :return: The name_contains of this SearchMonitoredResourcesDetails. :rtype: str �r7 rL rH rH rI r � s z-SearchMonitoredResourcesDetails.name_containsc C s || _ dS )a- Sets the name_contains of this SearchMonitoredResourcesDetails. A filter to return resources that match resource name pattern given. The match is not case sensitive. :param name_contains: The name_contains of this SearchMonitoredResourcesDetails. :type: str NrN )rF r rH rH rI r � s c C s | j S )z� Gets the type of this SearchMonitoredResourcesDetails. A filter to return resources that match resource type :return: The type of this SearchMonitoredResourcesDetails. :rtype: str �r8 rL rH rH rI r s z$SearchMonitoredResourcesDetails.typec C s || _ dS )z� Sets the type of this SearchMonitoredResourcesDetails. A filter to return resources that match resource type :param type: The type of this SearchMonitoredResourcesDetails. :type: str NrO )rF r rH rH rI r s c C s | j S )z� Gets the host_name of this SearchMonitoredResourcesDetails. A filter to return resources with host name match :return: The host_name of this SearchMonitoredResourcesDetails. :rtype: str �r9 rL rH rH rI r # s z)SearchMonitoredResourcesDetails.host_namec C s || _ dS )z� Sets the host_name of this SearchMonitoredResourcesDetails. A filter to return resources with host name match :param host_name: The host_name of this SearchMonitoredResourcesDetails. :type: str NrP )rF r rH rH rI r / s c C s | j S )a9 Gets the external_id of this SearchMonitoredResourcesDetails. External resource is any OCI resource identifier `OCID`__ which is not a Stack Monitoring service resource. Currently supports only following resource type identifiers - externalcontainerdatabase, externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The external_id of this SearchMonitoredResourcesDetails. :rtype: str �r: rL rH rH rI r ; s z+SearchMonitoredResourcesDetails.external_idc C s || _ dS )aC Sets the external_id of this SearchMonitoredResourcesDetails. External resource is any OCI resource identifier `OCID`__ which is not a Stack Monitoring service resource. Currently supports only following resource type identifiers - externalcontainerdatabase, externalnoncontainerdatabase, externalpluggabledatabase and OCI compute instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param external_id: The external_id of this SearchMonitoredResourcesDetails. :type: str NrQ )rF r rH rH rI r L s c C s | j S )z� Gets the host_name_contains of this SearchMonitoredResourcesDetails. A filter to return resources with host name pattern :return: The host_name_contains of this SearchMonitoredResourcesDetails. :rtype: str �r; rL rH rH rI r ] s z2SearchMonitoredResourcesDetails.host_name_containsc C s || _ dS )a Sets the host_name_contains of this SearchMonitoredResourcesDetails. A filter to return resources with host name pattern :param host_name_contains: The host_name_contains of this SearchMonitoredResourcesDetails. :type: str NrR )rF r rH rH rI r i s c C s | j S )a Gets the management_agent_id of this SearchMonitoredResourcesDetails. A filter to return resources with matching management agent id. :return: The management_agent_id of this SearchMonitoredResourcesDetails. :rtype: str �r<