Class UpdatableAutonomousSettings
Updatable settings for the Autonomous Linux service.
Inherited Members
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. |