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.