public enum UnitOperationCondition.Types.TypeReference documentation and code samples for the SaaS Runtime v1beta1 API enum UnitOperationCondition.Types.Type.
Enumeration of condition types.
Namespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
AppComponentsRegistered |
Indicates if services and workloads have been registered with AppHub. |
AppCreated |
Indicates if AppHub app has been created. |
Cancelled |
Condition type is cancelled. |
Running |
Condition type is running. |
Scheduled |
Condition type is scheduled. |
Succeeded |
Condition type is succeeded. |
Unspecified |
Condition type is unspecified. |
WorkloadSucceeded |
Indicates if the UnitOperation's core workload execution completed successfully. The workload is the core execution operation performed for a UnitOperation (e.g., provisioning, updating, or deprovisioning resources) excluding post-operation checks. |