📂 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
›
jms
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/jms/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_fleet_advanced_feature_configuration_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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�.UpdateFleetAdvancedFeatureConfigurationDetailsz� Details object containing advanced feature configurations to be updated Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature c K sP ddddddd�| _ ddd d ddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateFleetAdvancedFeatureConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param analytic_namespace: The value to assign to the analytic_namespace property of this UpdateFleetAdvancedFeatureConfigurationDetails. :type analytic_namespace: str :param analytic_bucket_name: The value to assign to the analytic_bucket_name property of this UpdateFleetAdvancedFeatureConfigurationDetails. :type analytic_bucket_name: str :param lcm: The value to assign to the lcm property of this UpdateFleetAdvancedFeatureConfigurationDetails. :type lcm: oci.jms.models.Lcm :param crypto_event_analysis: The value to assign to the crypto_event_analysis property of this UpdateFleetAdvancedFeatureConfigurationDetails. :type crypto_event_analysis: oci.jms.models.CryptoEventAnalysis :param advanced_usage_tracking: The value to assign to the advanced_usage_tracking property of this UpdateFleetAdvancedFeatureConfigurationDetails. :type advanced_usage_tracking: oci.jms.models.AdvancedUsageTracking :param jfr_recording: The value to assign to the jfr_recording property of this UpdateFleetAdvancedFeatureConfigurationDetails. :type jfr_recording: oci.jms.models.JfrRecording �str�Lcm�CryptoEventAnalysis�AdvancedUsageTracking�JfrRecording)�analytic_namespace�analytic_bucket_name�lcm�crypto_event_analysis�advanced_usage_tracking� jfr_recording�analyticNamespace�analyticBucketNamer �cryptoEventAnalysis�advancedUsageTracking�jfrRecordingN)� swagger_types� attribute_map�_analytic_namespace�_analytic_bucket_name�_lcm�_crypto_event_analysis�_advanced_usage_tracking�_jfr_recording)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/update_fleet_advanced_feature_configuration_details.py�__init__ s( � � z7UpdateFleetAdvancedFeatureConfigurationDetails.__init__c C s | j S )a Gets the analytic_namespace of this UpdateFleetAdvancedFeatureConfigurationDetails. Namespace for the fleet advanced feature :return: The analytic_namespace of this UpdateFleetAdvancedFeatureConfigurationDetails. :rtype: str �r �r r! r! r"