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

BulkInsertInstanceResourcePerInstanceProperties

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

Per-instance properties to be set on individual instances. To be extended in the future.

interface BulkInsertInstanceResourcePerInstanceProperties {
hostname?: string;
name?: string;
}

§Properties

§
hostname?: string
[src]

Specifies the hostname of the instance. More details in: https://cloud.google.com/compute/docs/instances/custom-hostname-vm#naming_convention

§
name?: string
[src]

This field is only temporary. It will be removed. Do not use it.