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 config 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 config is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.

352003508
DELETING =

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

528602024
EFFECTIVE =

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.

244201863
NONE =

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

2402104
UNAPPLIED =

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

483935140
UNAPPLIED_DELETION =

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

313956873