Show / Hide Table of Contents

Class ComputeAutoActivatePluginConfigDetails

A configuration of the COMPUTE_AUTO_ACTIVATE_PLUGIN type consists of a boolean value that determines if detection of new or terminated Compute instances should be enabled, and if the Management Agent as a plugin of Oracle Cloud Agent should automatically be activated.

Inheritance
object
Config
ComputeAutoActivatePluginConfigDetails
Inherited Members
Config.Id
Config.CompartmentId
Config.DisplayName
Config.TimeCreated
Config.TimeUpdated
Config.LifecycleState
Config.FreeformTags
Config.DefinedTags
Config.SystemTags
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 ComputeAutoActivatePluginConfigDetails : Config

Properties

IsEnabled

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

True if automatic activation of the Management Agent plugin is enabled, false if it is not enabled.

Remarks

Required

In this article
Back to top