Enum InstanceAgentPluginSummary.Status

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<InstanceAgentPluginSummary.Status>
    Enclosing class:
    InstanceAgentPluginSummary

    public static enum InstanceAgentPluginSummary.Status
    extends Enum<InstanceAgentPluginSummary.Status>
    implements BmcEnum
    The plugin status.

    These are the available statuses: * RUNNING - The plugin is running. * STOPPED - The plugin is stopped. * NOT_SUPPORTED - The plugin is not supported on this platform. * INVALID - The plugin status is not recognizable by the service.

    To determine whether the plugin is enabled, use the getInstance operation in the Core Services API. To enable or disable the plugin, use the updateInstance operation in the Core Services API.