Show / Hide Table of Contents

Class DiagnosticsCollectionDetails

Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.

Inheritance
object
DiagnosticsCollectionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class DiagnosticsCollectionDetails

Properties

LogCollectionMode

Declaration
[JsonProperty(PropertyName = "logCollectionMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DataCollectionModes? LogCollectionMode { get; set; }
Property Value
Type Description
DataCollectionModes?

Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.

In this article
Back to top