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

LocationDetails

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

Message for sap instant details

interface LocationDetails {
createCommsFirewall?: boolean;
customTags?: string[];
deploymentDnsEnabled?: boolean;
dnsZone?: string;
dnsZoneNameSuffix?: string;
internetAccess?: "INTERNETACCESS_UNSPECIFIED" | "ALLOW_EXTERNAL_IP" | "CONFIGURE_NAT";
networkProject?: string;
regionName?: string;
subnetName?: string;
vpcName?: string;
zone1Name?: string;
zone2Name?: string;
}

§Properties

§
createCommsFirewall?: boolean
[src]

Optional. create firewall, if true, create firewall for the deployment. This field provides an option to not always create firewall for the deployment.

§
customTags?: string[]
[src]

Optional. network tags

§
deploymentDnsEnabled?: boolean
[src]

Optional. when user skip DNS configuration from UI, deployment_dns_enabled=false otherwise deployment_dns_enabled=true

§
dnsZone?: string
[src]

Optional. dns zone name

§
dnsZoneNameSuffix?: string
[src]

Optional. dns_zone_name_suffix

§
internetAccess?: "INTERNETACCESS_UNSPECIFIED" | "ALLOW_EXTERNAL_IP" | "CONFIGURE_NAT"
[src]
§
networkProject?: string
[src]

Optional. network project

§
regionName?: string
[src]

Required. region_name

§
subnetName?: string
[src]

Required. subnet_name

§
vpcName?: string
[src]

Required. vpc_name

§
zone1Name?: string
[src]

Required. zone1_name

§
zone2Name?: string
[src]

Optional. zone2_name