Show / Hide Table of Contents

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
object
UpdateFleetAdvancedFeatureConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class UpdateFleetAdvancedFeatureConfigurationDetails

Properties

AdvancedUsageTracking

Declaration
[JsonProperty(PropertyName = "advancedUsageTracking")]
public AdvancedUsageTracking AdvancedUsageTracking { get; set; }
Property Value
Type Description
AdvancedUsageTracking

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
Type Description
CryptoEventAnalysis

JavaMigrationAnalysis

Declaration
[JsonProperty(PropertyName = "javaMigrationAnalysis")]
public JavaMigrationAnalysis JavaMigrationAnalysis { get; set; }
Property Value
Type Description
JavaMigrationAnalysis

JfrRecording

Declaration
[JsonProperty(PropertyName = "jfrRecording")]
public JfrRecording JfrRecording { get; set; }
Property Value
Type Description
JfrRecording

Lcm

Declaration
[JsonProperty(PropertyName = "lcm")]
public Lcm Lcm { get; set; }
Property Value
Type Description
Lcm

PerformanceTuningAnalysis

Declaration
[JsonProperty(PropertyName = "performanceTuningAnalysis")]
public PerformanceTuningAnalysis PerformanceTuningAnalysis { get; set; }
Property Value
Type Description
PerformanceTuningAnalysis
In this article
Back to top