- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public enum PerInstanceConfig.Types.StatusReference documentation and code samples for the Compute Engine v1 API enum PerInstanceConfig.Types.Status.
The status of applying this per-instance configuration on the corresponding managed instance.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
Applying |
The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example,REFRESH. |
Deleting |
The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH. |
Effective |
The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance. |
None |
[Default] The default status, when no per-instance configuration exists. |
Unapplied |
The per-instance configuration is set on an instance but not been applied yet. |
UnappliedDeletion |
The per-instance configuration has been deleted, but the deletion is not yet applied. |
UndefinedStatus |
A value indicating that the enum field is not set. |