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

RegionInstanceGroupsSetNamedPortsRequest

import type { RegionInstanceGroupsSetNamedPortsRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RegionInstanceGroupsSetNamedPortsRequest {
fingerprint?: Uint8Array;
namedPorts?: NamedPort[];
}

§Properties

§
fingerprint?: Uint8Array
[src]

The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.

§
namedPorts?: NamedPort[]
[src]

The list of named ports to set for this instance group.