Show / Hide Table of Contents

Enum PluginStatus

Status of Management Agent Plugin. RUNNING - The plugin is running. STOPPED - The plugin is stopped. INVALID - The plugin status is not recognized. FAILED - The plugin deployment has failed.

Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public enum PluginStatus

Fields

Name Description
Failed
Invalid
Running
Stopped
UnknownEnumValue
In this article
Back to top