Enum PreservedStatePreservedNetworkIp.AutoDelete (1.53.0)

public enum PreservedStatePreservedNetworkIp.AutoDelete extends Enum<PreservedStatePreservedNetworkIp.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.PreservedStatePreservedNetworkIp.AutoDelete

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()