Enum PerInstanceConfig.Status (1.51.0)

public enum PerInstanceConfig.Status extends Enum<PerInstanceConfig.Status> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.compute.v1.PerInstanceConfig.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

APPLYING = 352003508;

APPLYING_VALUE

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

APPLYING = 352003508;

DELETING

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

DELETING = 528602024;

DELETING_VALUE

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

DELETING = 528602024;

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.

EFFECTIVE = 244201863;

EFFECTIVE_VALUE

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.

EFFECTIVE = 244201863;

NONE

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

NONE = 2402104;

NONE_VALUE

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

NONE = 2402104;

UNAPPLIED

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

UNAPPLIED = 483935140;

UNAPPLIED_DELETION

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

UNAPPLIED_DELETION = 313956873;

UNAPPLIED_DELETION_VALUE

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

UNAPPLIED_DELETION = 313956873;

UNAPPLIED_VALUE

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

UNAPPLIED = 483935140;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()