Show / Hide Table of Contents

Class AutoUpgradableConfig

The tenancy-level agent AutoUpgradable configuration.

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

Properties

IsAgentAutoUpgradable

Declaration
[Required(ErrorMessage = "IsAgentAutoUpgradable is required.")]
[JsonProperty(PropertyName = "isAgentAutoUpgradable")]
public bool? IsAgentAutoUpgradable { get; set; }
Property Value
Type Description
bool?

true if the agents can be upgraded automatically; false if they must be upgraded manually.

Remarks

Required

In this article
Back to top