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

InstancesSetSecurityPolicyRequest

import type { InstancesSetSecurityPolicyRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstancesSetSecurityPolicyRequest {
networkInterfaces?: string[];
securityPolicy?: string;
}

§Properties

§
networkInterfaces?: string[]
[src]

The network interfaces that the security policy will be applied to. Network interfaces use the nicN naming format. You can only set a security policy for network interfaces with an access config.

§
securityPolicy?: string
[src]

A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.