Show / Hide Table of Contents

Class UpdateAutoPromoteConfigDetails

Change the details of an AUTO_PROMOTE config

Inheritance
object
UpdateConfigDetails
UpdateAutoPromoteConfigDetails
Inherited Members
UpdateConfigDetails.DisplayName
UpdateConfigDetails.FreeformTags
UpdateConfigDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class UpdateAutoPromoteConfigDetails : UpdateConfigDetails

Properties

IsEnabled

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

True if automatic promotion is enabled, false if it is not enabled.

In this article
Back to top