Module: Google::Cloud::Compute::V1::PerInstanceConfig::Status
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The status of applying this per-instance configuration on the corresponding managed instance.
Constant Summary collapse
- UNDEFINED_STATUS =
A value indicating that the enum field is not set.
0
- 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.
352_003_508
- DELETING =
The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.
528_602_024
- 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.
244_201_863
- NONE =
[Default] The default status, when no per-instance configuration exists.
2_402_104
- UNAPPLIED =
The per-instance configuration is set on an instance but not been applied yet.
483_935_140
- UNAPPLIED_DELETION =
The per-instance configuration has been deleted, but the deletion is not yet applied.
313_956_873