DatabaseInstanceNetwork
import type { DatabaseInstanceNetwork } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
Network details of a database instance.
interface DatabaseInstanceNetwork {
hostNames?: string[];
ipAddresses?: string[];
primaryMacAddress?: string;
}