API hub v1 API - Enum PluginInstanceAction.Types.State (1.1.0)

public enum PluginInstanceAction.Types.State

Reference documentation and code samples for the API hub v1 API enum PluginInstanceAction.Types.State.

State represents the state of the plugin instance action.

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Fields

Name Description
Disabled

The action is disabled in the plugin instance i.e., no executions can be triggered for this action. This state indicates that the user explicitly disabled the instance, and no further action is needed unless the user wants to re-enable it.

Disabling

The action in the plugin instance is being disabled.

Enabled

The action is enabled in the plugin instance i.e., executions can be triggered for this action.

Enabling

The action in the plugin instance is being enabled.

Error

The ERROR state can come while enabling/disabling plugin instance action. Users can retrigger enable, disable via [EnablePluginInstanceAction][google.cloud.apihub.v1.ApiHubPlugin.EnablePluginInstanceAction] and [DisablePluginInstanceAction][google.cloud.apihub.v1.ApiHubPlugin.DisablePluginInstanceAction] to restore the action back to enabled/disabled state. Note enable/disable on actions can only be triggered if plugin instance is in Active state.

Unspecified

Default unspecified state.