Show / Hide Table of Contents

Class FleetAdvancedFeatureConfiguration

Metadata for the advanced features in the Fleet.

Inheritance
object
FleetAdvancedFeatureConfiguration
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 FleetAdvancedFeatureConfiguration

Properties

AdvancedUsageTracking

Declaration
[Required(ErrorMessage = "AdvancedUsageTracking is required.")]
[JsonProperty(PropertyName = "advancedUsageTracking")]
public AdvancedUsageTracking AdvancedUsageTracking { get; set; }
Property Value
Type Description
AdvancedUsageTracking
Remarks

Required

AnalyticBucketName

Declaration
[Required(ErrorMessage = "AnalyticBucketName is required.")]
[JsonProperty(PropertyName = "analyticBucketName")]
public string AnalyticBucketName { get; set; }
Property Value
Type Description
string

Bucket name required to store JFR and related data.

Remarks

Required

AnalyticNamespace

Declaration
[Required(ErrorMessage = "AnalyticNamespace is required.")]
[JsonProperty(PropertyName = "analyticNamespace")]
public string AnalyticNamespace { get; set; }
Property Value
Type Description
string

Namespace for the Fleet advanced feature.

Remarks

Required

CryptoEventAnalysis

Declaration
[Required(ErrorMessage = "CryptoEventAnalysis is required.")]
[JsonProperty(PropertyName = "cryptoEventAnalysis")]
public CryptoEventAnalysis CryptoEventAnalysis { get; set; }
Property Value
Type Description
CryptoEventAnalysis
Remarks

Required

JavaMigrationAnalysis

Declaration
[Required(ErrorMessage = "JavaMigrationAnalysis is required.")]
[JsonProperty(PropertyName = "javaMigrationAnalysis")]
public JavaMigrationAnalysis JavaMigrationAnalysis { get; set; }
Property Value
Type Description
JavaMigrationAnalysis
Remarks

Required

JfrRecording

Declaration
[Required(ErrorMessage = "JfrRecording is required.")]
[JsonProperty(PropertyName = "jfrRecording")]
public JfrRecording JfrRecording { get; set; }
Property Value
Type Description
JfrRecording
Remarks

Required

Lcm

Declaration
[Required(ErrorMessage = "Lcm is required.")]
[JsonProperty(PropertyName = "lcm")]
public Lcm Lcm { get; set; }
Property Value
Type Description
Lcm
Remarks

Required

PerformanceTuningAnalysis

Declaration
[Required(ErrorMessage = "PerformanceTuningAnalysis is required.")]
[JsonProperty(PropertyName = "performanceTuningAnalysis")]
public PerformanceTuningAnalysis PerformanceTuningAnalysis { get; set; }
Property Value
Type Description
PerformanceTuningAnalysis
Remarks

Required

TimeLastModified

Declaration
[Required(ErrorMessage = "TimeLastModified is required.")]
[JsonProperty(PropertyName = "timeLastModified")]
public DateTime? TimeLastModified { get; set; }
Property Value
Type Description
DateTime?

The date and time of the last modification to the Fleet Agent Configuration (formatted according to RFC3339).

Remarks

Required

In this article
Back to top