Class UpdateInstanceAgentConfigDetails
Configuration options for the Oracle Cloud Agent software running on the instance.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateInstanceAgentConfigDetails
Properties
AreAllPluginsDisabled
Declaration
[JsonProperty(PropertyName = "areAllPluginsDisabled")]
public bool? AreAllPluginsDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether Oracle Cloud Agent can run all the available plugins.
This includes the management and monitoring plugins.
|
IsManagementDisabled
Declaration
[JsonProperty(PropertyName = "isManagementDisabled")]
public bool? IsManagementDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether Oracle Cloud Agent can run all the available management plugins.
|
IsMonitoringDisabled
Declaration
[JsonProperty(PropertyName = "isMonitoringDisabled")]
public bool? IsMonitoringDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether Oracle Cloud Agent can gather performance metrics and monitor the instance using the
monitoring plugins.
|
PluginsConfig
Declaration
[JsonProperty(PropertyName = "pluginsConfig")]
public List<InstanceAgentPluginConfigDetails> PluginsConfig { get; set; }
Property Value
Type | Description |
---|---|
List<InstanceAgentPluginConfigDetails> | The configuration of plugins associated with this instance. |