SaaS Runtime v1beta1 API - Enum Unit.Types.UnitState (1.0.0-beta01)

public enum Unit.Types.UnitState

Reference documentation and code samples for the SaaS Runtime v1beta1 API enum Unit.Types.UnitState.

UnitState annotates what is the current state of the unit itself.

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Fields

Name Description
Deprovisioning

Unit is being deleted.

Error

Unit has error, when it is not ready and some error operation

NotProvisioned

Unit is not provisioned.

Provisioning

Unit is being provisioned.

Ready

Unit has been provisioned and is ready for use

Unspecified

Unspecified state.

Updating

Unit is being updated. This is typically when a unit is being upgraded to a new release or some of the input variables on the Unit is being changed. Certain kinds of updates may cause the Unit to become unusable while the update is in progress.