Show / Hide Table of Contents

Class AutonomousSettings

Managed Instance with Autonomous settings

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.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class AutonomousSettings

Properties

IsAutoUpdateEnabled

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

True if daily updates are enabled

In this article
Back to top