UpdateFleetAdvancedFeatureConfigurationDetails¶
-
class
oci.jms.models.
UpdateFleetAdvancedFeatureConfigurationDetails
(**kwargs)¶ Bases:
object
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.
Methods
__init__
(**kwargs)Initializes a new UpdateFleetAdvancedFeatureConfigurationDetails object with values from keyword arguments. Attributes
advanced_usage_tracking
Gets the advanced_usage_tracking of this UpdateFleetAdvancedFeatureConfigurationDetails. analytic_bucket_name
Gets the analytic_bucket_name of this UpdateFleetAdvancedFeatureConfigurationDetails. analytic_namespace
Gets the analytic_namespace of this UpdateFleetAdvancedFeatureConfigurationDetails. crypto_event_analysis
Gets the crypto_event_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails. java_migration_analysis
Gets the java_migration_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails. jfr_recording
Gets the jfr_recording of this UpdateFleetAdvancedFeatureConfigurationDetails. lcm
Gets the lcm of this UpdateFleetAdvancedFeatureConfigurationDetails. performance_tuning_analysis
Gets the performance_tuning_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateFleetAdvancedFeatureConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - analytic_namespace (str) – The value to assign to the analytic_namespace property of this UpdateFleetAdvancedFeatureConfigurationDetails.
- analytic_bucket_name (str) – The value to assign to the analytic_bucket_name property of this UpdateFleetAdvancedFeatureConfigurationDetails.
- lcm (oci.jms.models.Lcm) – The value to assign to the lcm property of this UpdateFleetAdvancedFeatureConfigurationDetails.
- crypto_event_analysis (oci.jms.models.CryptoEventAnalysis) – The value to assign to the crypto_event_analysis property of this UpdateFleetAdvancedFeatureConfigurationDetails.
- advanced_usage_tracking (oci.jms.models.AdvancedUsageTracking) – The value to assign to the advanced_usage_tracking property of this UpdateFleetAdvancedFeatureConfigurationDetails.
- jfr_recording (oci.jms.models.JfrRecording) – The value to assign to the jfr_recording property of this UpdateFleetAdvancedFeatureConfigurationDetails.
- performance_tuning_analysis (oci.jms.models.PerformanceTuningAnalysis) – The value to assign to the performance_tuning_analysis property of this UpdateFleetAdvancedFeatureConfigurationDetails.
- java_migration_analysis (oci.jms.models.JavaMigrationAnalysis) – The value to assign to the java_migration_analysis property of this UpdateFleetAdvancedFeatureConfigurationDetails.
-
advanced_usage_tracking
¶ Gets the advanced_usage_tracking of this UpdateFleetAdvancedFeatureConfigurationDetails.
Returns: The advanced_usage_tracking of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: oci.jms.models.AdvancedUsageTracking
-
analytic_bucket_name
¶ Gets the analytic_bucket_name of this UpdateFleetAdvancedFeatureConfigurationDetails. Bucket name required to store JFR and related data.
Returns: The analytic_bucket_name of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: str
-
analytic_namespace
¶ Gets the analytic_namespace of this UpdateFleetAdvancedFeatureConfigurationDetails. Namespace for the Fleet advanced feature.
Returns: The analytic_namespace of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: str
-
crypto_event_analysis
¶ Gets the crypto_event_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails.
Returns: The crypto_event_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: oci.jms.models.CryptoEventAnalysis
-
java_migration_analysis
¶ Gets the java_migration_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails.
Returns: The java_migration_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: oci.jms.models.JavaMigrationAnalysis
-
jfr_recording
¶ Gets the jfr_recording of this UpdateFleetAdvancedFeatureConfigurationDetails.
Returns: The jfr_recording of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: oci.jms.models.JfrRecording
-
lcm
¶ Gets the lcm of this UpdateFleetAdvancedFeatureConfigurationDetails.
Returns: The lcm of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: oci.jms.models.Lcm
-
performance_tuning_analysis
¶ Gets the performance_tuning_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails.
Returns: The performance_tuning_analysis of this UpdateFleetAdvancedFeatureConfigurationDetails. Return type: oci.jms.models.PerformanceTuningAnalysis
-