Show / Hide Table of Contents

Class UpdatableAutonomousSettings

Updatable settings for the Autonomous Linux service.

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

Properties

IsDataCollectionAuthorized

Declaration
[JsonProperty(PropertyName = "isDataCollectionAuthorized")]
public bool? IsDataCollectionAuthorized { get; set; }
Property Value
Type Description
bool?

Indicates whether Autonomous Linux will collect crash files.

In this article
Back to top