Class PreservedStatePreservedNetworkIp (1.18.0)

PreservedStatePreservedNetworkIp(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
auto_delete str
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. Check the AutoDelete enum for the list of possible values. This field is a member of oneof_ _auto_delete.
ip_address google.cloud.compute_v1.types.PreservedStatePreservedNetworkIpIpAddress
Ip address representation This field is a member of oneof_ _ip_address.

Classes

AutoDelete

AutoDelete(value)

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.

Values: UNDEFINED_AUTO_DELETE (0): A value indicating that the enum field is not set. NEVER (74175084): No description available. ON_PERMANENT_INSTANCE_DELETION (95727719): No description available.