Class AutoPromoteConfigSummary
Summary of an AUTO_PROMOTE config.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class AutoPromoteConfigSummary : ConfigSummaryProperties
IsEnabled
Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[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. | 
Remarks
Required
ResourceType
Declaration
[Required(ErrorMessage = "ResourceType is required.")]
[JsonProperty(PropertyName = "resourceType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AutoPromoteConfigSummary.ResourceTypeEnum? ResourceType { get; set; }Property Value
| Type | Description | 
|---|---|
| AutoPromoteConfigSummary.ResourceTypeEnum? | The type of resource to configure for automatic promotion. | 
Remarks
Required