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;
loadBalancerName?: string;
matchedPortRange?: string;
matchedProtocol?: string;
networkUri?: string;
pscGoogleApiTarget?: string;
pscServiceAttachmentUri?: string;
region?: string;
target?: string;
uri?: string;
vip?: string;
}

§Properties

§
displayName?: string
[src]

Name of the forwarding rule.

§
loadBalancerName?: string
[src]

Name of the load balancer the forwarding rule belongs to. Empty for forwarding rules not related to load balancers (like PSC forwarding rules).

§
matchedPortRange?: string
[src]

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

§
matchedProtocol?: string
[src]

Protocol defined in the forwarding rule that matches the packet.

§
networkUri?: string
[src]

Network URI.

§
pscGoogleApiTarget?: string
[src]

PSC Google API target this forwarding rule targets (if applicable).

§
pscServiceAttachmentUri?: string
[src]

URI of the PSC service attachment this forwarding rule targets (if applicable).

§
region?: string
[src]

Region of the forwarding rule. Set only for regional forwarding rules.

§
target?: string
[src]

Target type of the forwarding rule.

§
uri?: string
[src]

URI of the forwarding rule.

§
vip?: string
[src]

VIP of the forwarding rule.