403Webshell
Server IP : 162.241.203.86  /  Your IP : 216.73.216.17
Web Server : Apache
System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64
User : theart99 ( 5843)
PHP Version : 8.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3.9/site-packages/oci/jms/models/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/oci/jms/models/__pycache__/fleet_diagnosis_summary.cpython-39.pyc
a

���f�#�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdZdZdZdZdZdZ	dZ
d	Zd
d�Ze
dd
��Zejdd
��Ze
dd��Zejdd��Ze
dd��Zejdd��Ze
dd��Zejdd��Zdd�Zdd�Zdd�ZdS)�FleetDiagnosisSummaryz6
    Diagnosis of a resource needed by the fleet.
    �
INVENTORY_LOG�
OPERATION_LOG�CRYPTO_SUMMARIZED_LOG�ANALYSIS_OSS_BUCKET�ACTIVE�INACTIVE�	NOT_FOUND�OTHERcKs<ddddd�|_ddddd�|_d|_d|_d|_d|_dS)a#
        Initializes a new FleetDiagnosisSummary object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param resource_type:
            The value to assign to the resource_type property of this FleetDiagnosisSummary.
            Allowed values for this property are: "INVENTORY_LOG", "OPERATION_LOG", "CRYPTO_SUMMARIZED_LOG", "ANALYSIS_OSS_BUCKET", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type resource_type: str

        :param resource_id:
            The value to assign to the resource_id property of this FleetDiagnosisSummary.
        :type resource_id: str

        :param resource_state:
            The value to assign to the resource_state property of this FleetDiagnosisSummary.
            Allowed values for this property are: "ACTIVE", "INACTIVE", "NOT_FOUND", "OTHER", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type resource_state: str

        :param resource_diagnosis:
            The value to assign to the resource_diagnosis property of this FleetDiagnosisSummary.
        :type resource_diagnosis: str

        �str)�
resource_type�resource_id�resource_state�resource_diagnosisZresourceTypeZ
resourceIdZ
resourceStateZresourceDiagnosisN)Z
swagger_typesZ
attribute_map�_resource_type�_resource_id�_resource_state�_resource_diagnosis)�self�kwargs�r�J/usr/lib/python3.9/site-packages/oci/jms/models/fleet_diagnosis_summary.py�__init__2s��zFleetDiagnosisSummary.__init__cCs|jS)ag
        **[Required]** Gets the resource_type of this FleetDiagnosisSummary.
        The type of the resource needed by the fleet.
        This is the role of a resource in the fleet. Use the OCID to determine the actual OCI
        resource type such as log group or log.

        Allowed values for this property are: "INVENTORY_LOG", "OPERATION_LOG", "CRYPTO_SUMMARIZED_LOG", "ANALYSIS_OSS_BUCKET", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The resource_type of this FleetDiagnosisSummary.
        :rtype: str
        )r�rrrrr_sz#FleetDiagnosisSummary.resource_typecCs gd�}t||�sd}||_dS)ao
        Sets the resource_type of this FleetDiagnosisSummary.
        The type of the resource needed by the fleet.
        This is the role of a resource in the fleet. Use the OCID to determine the actual OCI
        resource type such as log group or log.


        :param resource_type: The resource_type of this FleetDiagnosisSummary.
        :type: str
        )rrr	r
�UNKNOWN_ENUM_VALUEN)rr)rr�allowed_valuesrrrrps
cCs|jS)z�
        Gets the resource_id of this FleetDiagnosisSummary.
        The OCID of the external resouce needed by the fleet.


        :return: The resource_id of this FleetDiagnosisSummary.
        :rtype: str
        �rrrrrr�s
z!FleetDiagnosisSummary.resource_idcCs
||_dS)z�
        Sets the resource_id of this FleetDiagnosisSummary.
        The OCID of the external resouce needed by the fleet.


        :param resource_id: The resource_id of this FleetDiagnosisSummary.
        :type: str
        Nr )rrrrrr�s
cCs|jS)a
        Gets the resource_state of this FleetDiagnosisSummary.
        The state of the resource. The resource state is ACTIVE when it works properly for the fleet.
        In case it would cause an issue for the fleet function, the state is INACTIVE.
        When JMS can't locate the resource, the state is NOT_FOUND.
        OTHER covers other cases, such as a temporarily network issue that prevents JMS from detecting the
        resource. Check the resourceDiagnosis for details.

        Allowed values for this property are: "ACTIVE", "INACTIVE", "NOT_FOUND", "OTHER", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The resource_state of this FleetDiagnosisSummary.
        :rtype: str
        )rrrrrr�sz$FleetDiagnosisSummary.resource_statecCs gd�}t||�sd}||_dS)aU
        Sets the resource_state of this FleetDiagnosisSummary.
        The state of the resource. The resource state is ACTIVE when it works properly for the fleet.
        In case it would cause an issue for the fleet function, the state is INACTIVE.
        When JMS can't locate the resource, the state is NOT_FOUND.
        OTHER covers other cases, such as a temporarily network issue that prevents JMS from detecting the
        resource. Check the resourceDiagnosis for details.


        :param resource_state: The resource_state of this FleetDiagnosisSummary.
        :type: str
        )rrr
rrN)rr)rrrrrrr�s
cCs|jS)z�
        Gets the resource_diagnosis of this FleetDiagnosisSummary.
        The diagnosis message.


        :return: The resource_diagnosis of this FleetDiagnosisSummary.
        :rtype: str
        �rrrrrr�s
z(FleetDiagnosisSummary.resource_diagnosiscCs
||_dS)z�
        Sets the resource_diagnosis of this FleetDiagnosisSummary.
        The diagnosis message.


        :param resource_diagnosis: The resource_diagnosis of this FleetDiagnosisSummary.
        :type: str
        Nr!)rrrrrr�s
cCst|�S�N)rrrrr�__repr__�szFleetDiagnosisSummary.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__�szFleetDiagnosisSummary.__eq__cCs
||kSr"rr%rrr�__ne__�szFleetDiagnosisSummary.__ne__N)�__name__�
__module__�__qualname__�__doc__ZRESOURCE_TYPE_INVENTORY_LOGZRESOURCE_TYPE_OPERATION_LOGZ#RESOURCE_TYPE_CRYPTO_SUMMARIZED_LOGZ!RESOURCE_TYPE_ANALYSIS_OSS_BUCKETZRESOURCE_STATE_ACTIVEZRESOURCE_STATE_INACTIVEZRESOURCE_STATE_NOT_FOUNDZRESOURCE_STATE_OTHERr�propertyr�setterrrrr#r'r(rrrrrs:-







rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit