Class UpdateComputeAutoActivatePluginConfigDetails
Change the details of a COMPUTE_AUTO_ACTIVATE_PLUGIN config.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class UpdateComputeAutoActivatePluginConfigDetails : UpdateConfigDetails
Properties
IsEnabled
Declaration
[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. |