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

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;
}

§Properties

§
hostNames?: string[]
[src]

Optional. The instance's host names.

§
ipAddresses?: string[]
[src]

Optional. The instance's IP addresses.

§
primaryMacAddress?: string
[src]

Optional. The instance's primary MAC address.