Enum StatefulPolicyPreservedStateNetworkIp.AutoDelete (1.51.0)

public enum StatefulPolicyPreservedStateNetworkIp.AutoDelete extends Enum<StatefulPolicyPreservedStateNetworkIp.AutoDelete> implements ProtocolMessageEnum

These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted.

Protobuf enum google.cloud.compute.v1.StatefulPolicyPreservedStateNetworkIp.AutoDelete

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NEVER

NEVER = 74175084;

NEVER_VALUE

NEVER = 74175084;

ON_PERMANENT_INSTANCE_DELETION

ON_PERMANENT_INSTANCE_DELETION = 95727719;

ON_PERMANENT_INSTANCE_DELETION_VALUE

ON_PERMANENT_INSTANCE_DELETION = 95727719;

UNDEFINED_AUTO_DELETE

A value indicating that the enum field is not set.

UNDEFINED_AUTO_DELETE = 0;

UNDEFINED_AUTO_DELETE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_AUTO_DELETE = 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()