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

SapDiscoveryResourceInstanceProperties

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

A set of properties only present for an instance type resource

interface SapDiscoveryResourceInstanceProperties {
clusterInstances?: string[];
instanceNumber?: bigint;
virtualHostname?: string;
}

§Properties

§
clusterInstances?: string[]
[src]

Optional. A list of instance URIs that are part of a cluster with this one.

§
instanceNumber?: bigint
[src]

Optional. The VM's instance number.

§
virtualHostname?: string
[src]

Optional. A virtual hostname of the instance if it has one.