public enum FeatureResourceState.Types.State
Reference documentation and code samples for the GKE Hub v1 API enum FeatureResourceState.Types.State.
State describes the lifecycle status of a Feature.
Namespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The Feature is enabled in this Hub, and the Feature resource is fully available. |
Disabling |
The Feature is being disabled in this Hub, and the Feature resource is being deleted. |
Enabling |
The Feature is being enabled, and the Feature resource is being created. Once complete, the corresponding Feature will be enabled in this Hub. |
ServiceUpdating |
The Feature resource is being updated by the Hub Service. |
Unspecified |
State is unknown or not set. |
Updating |
The Feature resource is being updated. |