FleetAdvancedFeatureConfiguration¶
-
class
oci.jms.models.
FleetAdvancedFeatureConfiguration
(**kwargs)¶ Bases:
object
Metadata for the advanced features in the Fleet.
Methods
__init__
(**kwargs)Initializes a new FleetAdvancedFeatureConfiguration object with values from keyword arguments. Attributes
advanced_usage_tracking
[Required] Gets the advanced_usage_tracking of this FleetAdvancedFeatureConfiguration. analytic_bucket_name
[Required] Gets the analytic_bucket_name of this FleetAdvancedFeatureConfiguration. analytic_namespace
[Required] Gets the analytic_namespace of this FleetAdvancedFeatureConfiguration. crypto_event_analysis
[Required] Gets the crypto_event_analysis of this FleetAdvancedFeatureConfiguration. java_migration_analysis
[Required] Gets the java_migration_analysis of this FleetAdvancedFeatureConfiguration. jfr_recording
[Required] Gets the jfr_recording of this FleetAdvancedFeatureConfiguration. lcm
[Required] Gets the lcm of this FleetAdvancedFeatureConfiguration. performance_tuning_analysis
[Required] Gets the performance_tuning_analysis of this FleetAdvancedFeatureConfiguration. time_last_modified
[Required] Gets the time_last_modified of this FleetAdvancedFeatureConfiguration. -
__init__
(**kwargs)¶ Initializes a new FleetAdvancedFeatureConfiguration 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 FleetAdvancedFeatureConfiguration.
- analytic_bucket_name (str) – The value to assign to the analytic_bucket_name property of this FleetAdvancedFeatureConfiguration.
- lcm (oci.jms.models.Lcm) – The value to assign to the lcm property of this FleetAdvancedFeatureConfiguration.
- crypto_event_analysis (oci.jms.models.CryptoEventAnalysis) – The value to assign to the crypto_event_analysis property of this FleetAdvancedFeatureConfiguration.
- advanced_usage_tracking (oci.jms.models.AdvancedUsageTracking) – The value to assign to the advanced_usage_tracking property of this FleetAdvancedFeatureConfiguration.
- jfr_recording (oci.jms.models.JfrRecording) – The value to assign to the jfr_recording property of this FleetAdvancedFeatureConfiguration.
- performance_tuning_analysis (oci.jms.models.PerformanceTuningAnalysis) – The value to assign to the performance_tuning_analysis property of this FleetAdvancedFeatureConfiguration.
- java_migration_analysis (oci.jms.models.JavaMigrationAnalysis) – The value to assign to the java_migration_analysis property of this FleetAdvancedFeatureConfiguration.
- time_last_modified (datetime) – The value to assign to the time_last_modified property of this FleetAdvancedFeatureConfiguration.
-
advanced_usage_tracking
¶ [Required] Gets the advanced_usage_tracking of this FleetAdvancedFeatureConfiguration.
Returns: The advanced_usage_tracking of this FleetAdvancedFeatureConfiguration. Return type: oci.jms.models.AdvancedUsageTracking
-
analytic_bucket_name
¶ [Required] Gets the analytic_bucket_name of this FleetAdvancedFeatureConfiguration. Bucket name required to store JFR and related data.
Returns: The analytic_bucket_name of this FleetAdvancedFeatureConfiguration. Return type: str
-
analytic_namespace
¶ [Required] Gets the analytic_namespace of this FleetAdvancedFeatureConfiguration. Namespace for the Fleet advanced feature.
Returns: The analytic_namespace of this FleetAdvancedFeatureConfiguration. Return type: str
-
crypto_event_analysis
¶ [Required] Gets the crypto_event_analysis of this FleetAdvancedFeatureConfiguration.
Returns: The crypto_event_analysis of this FleetAdvancedFeatureConfiguration. Return type: oci.jms.models.CryptoEventAnalysis
-
java_migration_analysis
¶ [Required] Gets the java_migration_analysis of this FleetAdvancedFeatureConfiguration.
Returns: The java_migration_analysis of this FleetAdvancedFeatureConfiguration. Return type: oci.jms.models.JavaMigrationAnalysis
-
jfr_recording
¶ [Required] Gets the jfr_recording of this FleetAdvancedFeatureConfiguration.
Returns: The jfr_recording of this FleetAdvancedFeatureConfiguration. Return type: oci.jms.models.JfrRecording
-
lcm
¶ [Required] Gets the lcm of this FleetAdvancedFeatureConfiguration.
Returns: The lcm of this FleetAdvancedFeatureConfiguration. Return type: oci.jms.models.Lcm
-
performance_tuning_analysis
¶ [Required] Gets the performance_tuning_analysis of this FleetAdvancedFeatureConfiguration.
Returns: The performance_tuning_analysis of this FleetAdvancedFeatureConfiguration. Return type: oci.jms.models.PerformanceTuningAnalysis
-
time_last_modified
¶ [Required] Gets the time_last_modified of this FleetAdvancedFeatureConfiguration. The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).
Returns: The time_last_modified of this FleetAdvancedFeatureConfiguration. Return type: datetime
-