Module Google::Cloud::Compute::V1::PerInstanceConfig::Status (v1.2.0)

The status of applying this per-instance config on the corresponding managed instance.

Constants

UNDEFINED_STATUS

value: 0
A value indicating that the enum field is not set.

APPLYING

value: 352003508
The per-instance config is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.

DELETING

value: 528602024
The per-instance config deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.

EFFECTIVE

value: 244201863
The per-instance config is effective on the instance, meaning that all disks, ips and metadata specified in this config are attached or set on the instance.

NONE

value: 2402104
[Default] The default status, when no per-instance config exists.

UNAPPLIED

value: 483935140
The per-instance config is set on an instance but not been applied yet.

UNAPPLIED_DELETION

value: 313956873
The per-instance config has been deleted, but the deletion is not yet applied.