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

ForwardingRuleInfo

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

For display only. Metadata associated with a Compute Engine forwarding rule.

interface ForwardingRuleInfo {
displayName?: string;
matchedPortRange?: string;
matchedProtocol?: string;
networkUri?: string;
target?: string;
uri?: string;
vip?: string;
}

§Properties

§
displayName?: string
[src]

Name of a Compute Engine forwarding rule.

§
matchedPortRange?: string
[src]

Port range defined in the forwarding rule that matches the test.

§
matchedProtocol?: string
[src]

Protocol defined in the forwarding rule that matches the test.

§
networkUri?: string
[src]

Network URI. Only valid for Internal Load Balancer.

§
target?: string
[src]

Target type of the forwarding rule.

§
uri?: string
[src]

URI of a Compute Engine forwarding rule.

§
vip?: string
[src]

VIP of the forwarding rule.