Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
jms
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: request_crypto_analyses_details.pyc
a O��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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�RequestCryptoAnalysesDetailsz� Details of the request to start a JFR analysis. When the targets aren't specified, then all managed instances currently in the fleet are selected. c K s( ddd�| _ ddd�| _d| _d| _dS )ac Initializes a new RequestCryptoAnalysesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param targets: The value to assign to the targets property of this RequestCryptoAnalysesDetails. :type targets: list[oci.jms.models.JfrAttachmentTarget] :param recording_duration_in_minutes: The value to assign to the recording_duration_in_minutes property of this RequestCryptoAnalysesDetails. :type recording_duration_in_minutes: int zlist[JfrAttachmentTarget]�int)�targets�recording_duration_in_minutesr �recordingDurationInMinutesN)� swagger_types� attribute_map�_targets�_recording_duration_in_minutes)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/request_crypto_analyses_details.py�__init__ s ��z%RequestCryptoAnalysesDetails.__init__c C s | j S )z� Gets the targets of this RequestCryptoAnalysesDetails. The attachment targets to start JFR. :return: The targets of this RequestCryptoAnalysesDetails. :rtype: list[oci.jms.models.JfrAttachmentTarget] �r �r r r r r , s z$RequestCryptoAnalysesDetails.targetsc C s || _ dS )z� Sets the targets of this RequestCryptoAnalysesDetails. The attachment targets to start JFR. :param targets: The targets of this RequestCryptoAnalysesDetails. :type: list[oci.jms.models.JfrAttachmentTarget] Nr )r r r r r r 8 s c C s | j S )z� Gets the recording_duration_in_minutes of this RequestCryptoAnalysesDetails. Duration of the JFR recording in minutes. :return: The recording_duration_in_minutes of this RequestCryptoAnalysesDetails. :rtype: int �r r r r r r D s z:RequestCryptoAnalysesDetails.recording_duration_in_minutesc C s || _ dS )a Sets the recording_duration_in_minutes of this RequestCryptoAnalysesDetails. Duration of the JFR recording in minutes. :param recording_duration_in_minutes: The recording_duration_in_minutes of this RequestCryptoAnalysesDetails. :type: int Nr )r r r r r r P s c C s t | �S �N)r r r r r �__repr__\ s z%RequestCryptoAnalysesDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq___ s z#RequestCryptoAnalysesDetails.__eq__c C s | |k S r r r r r r �__ne__e s z#RequestCryptoAnalysesDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s r N)�oci.utilr r r �oci.decoratorsr �objectr r r r r �<module> s
Save
Cancel