Class UpdateFleetAdvancedFeatureConfigurationDetails
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.
Inheritance
UpdateFleetAdvancedFeatureConfigurationDetails
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class UpdateFleetAdvancedFeatureConfigurationDetails
Properties
AdvancedUsageTracking
Declaration
[JsonProperty(PropertyName = "advancedUsageTracking")]
public AdvancedUsageTracking AdvancedUsageTracking { get; set; }
Property Value
AnalyticBucketName
Declaration
[JsonProperty(PropertyName = "analyticBucketName")]
public string AnalyticBucketName { get; set; }
Property Value
Type |
Description |
string |
Bucket name required to store JFR and related data.
|
AnalyticNamespace
Declaration
[JsonProperty(PropertyName = "analyticNamespace")]
public string AnalyticNamespace { get; set; }
Property Value
Type |
Description |
string |
Namespace for the Fleet advanced feature.
|
CryptoEventAnalysis
Declaration
[JsonProperty(PropertyName = "cryptoEventAnalysis")]
public CryptoEventAnalysis CryptoEventAnalysis { get; set; }
Property Value
JavaMigrationAnalysis
Declaration
[JsonProperty(PropertyName = "javaMigrationAnalysis")]
public JavaMigrationAnalysis JavaMigrationAnalysis { get; set; }
Property Value
JfrRecording
Declaration
[JsonProperty(PropertyName = "jfrRecording")]
public JfrRecording JfrRecording { get; set; }
Property Value
Lcm
Declaration
[JsonProperty(PropertyName = "lcm")]
public Lcm Lcm { get; set; }
Property Value
Declaration
[JsonProperty(PropertyName = "performanceTuningAnalysis")]
public PerformanceTuningAnalysis PerformanceTuningAnalysis { get; set; }
Property Value