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

ForwardingRuleServiceDirectoryRegistration

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

Describes the auto-registration of the forwarding rule to Service Directory. The region and project of the Service Directory resource generated from this registration will be the same as this forwarding rule.

interface ForwardingRuleServiceDirectoryRegistration {
namespace?: string;
service?: string;
serviceDirectoryRegion?: string;
}

§Properties

§
namespace?: string
[src]

Service Directory namespace to register the forwarding rule under.

§
service?: string
[src]

Service Directory service to register the forwarding rule under.

§
serviceDirectoryRegion?: string
[src]

[Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs forwarding rules on the same network should use the same Service Directory region.