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

StatefulPolicyPreservedState

import type { StatefulPolicyPreservedState } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Configuration of preserved resources.

interface StatefulPolicyPreservedState {
disks?: {};
externalIPs?: {};
internalIPs?: {};
}

§Properties

§

Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.

§
externalIPs?: {}
[src]

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

§
internalIPs?: {}
[src]

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.