Show / Hide Table of Contents

Class AutonomousSettings

Settings for the Autonomous Linux service.

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

Properties

IsDataCollectionAuthorized

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

Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.

ScheduledJobId

Declaration
[JsonProperty(PropertyName = "scheduledJobId")]
public string ScheduledJobId { get; set; }
Property Value
Type Description
string

The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.

In this article
Back to top