Class LaunchInstanceAgentConfigDetails
Configuration options for the Oracle Cloud Agent software running on the instance.
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class LaunchInstanceAgentConfigDetails
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.
By default, the value is false (management plugins are enabled).
|
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. By default, the value is false (monitoring plugins are enabled).
|
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. |