Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StatefulPolicyPreservedStateNetworkIp

import type { StatefulPolicyPreservedStateNetworkIp } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface StatefulPolicyPreservedStateNetworkIp {
autoDelete?: "NEVER" | "ON_PERMANENT_INSTANCE_DELETION";
}

§Properties

§
autoDelete?: "NEVER" | "ON_PERMANENT_INSTANCE_DELETION"
[src]

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.