Reference documentation and code samples for the Compute V1 Client class Status.
The status of applying this per-instance configuration on the corresponding managed instance.
Protobuf type google.cloud.compute.v1.PerInstanceConfig.Status
Namespace
Google \ Cloud \ Compute \ V1 \ PerInstanceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
APPLYING
Value: 352003508
The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.
Generated from protobuf enum APPLYING = 352003508;
DELETING
Value: 528602024
The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.
Generated from protobuf enum DELETING = 528602024;
EFFECTIVE
Value: 244201863
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.
Generated from protobuf enum EFFECTIVE = 244201863;
NONE
Value: 2402104
[Default] The default status, when no per-instance configuration exists.
Generated from protobuf enum NONE = 2402104;
UNAPPLIED
Value: 483935140
The per-instance configuration is set on an instance but not been applied yet.
Generated from protobuf enum UNAPPLIED = 483935140;
UNAPPLIED_DELETION
Value: 313956873
The per-instance configuration has been deleted, but the deletion is not yet applied.
Generated from protobuf enum UNAPPLIED_DELETION = 313956873;