Class InstanceAgentPluginConfigDetails
The configuration of plugins associated with this instance.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceAgentPluginConfigDetails
Properties
DesiredState
Declaration
[Required(ErrorMessage = "DesiredState is required.")]
[JsonProperty(PropertyName = "desiredState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public InstanceAgentPluginConfigDetails.DesiredStateEnum? DesiredState { get; set; }
Property Value
Type | Description |
---|---|
InstanceAgentPluginConfigDetails.DesiredStateEnum? | Whether the plugin should be enabled or disabled.
|
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The plugin name. To get a list of available plugins, use the {@link #listInstanceagentAvailablePlugins(ListInstanceagentAvailablePluginsRequest) listInstanceagentAvailablePlugins} operation in the Oracle Cloud Agent API. For more information about the available plugins, see Managing Plugins with Oracle Cloud Agent. |
Remarks
Required