Compute Engine v1 API - Enum PerInstanceConfig.Types.Status (2.15.0)

public enum PerInstanceConfig.Types.Status

Reference 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.V1

Assembly

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.