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;
instanceRole?:
| "INSTANCE_ROLE_UNSPECIFIED"
| "INSTANCE_ROLE_ASCS"
| "INSTANCE_ROLE_ERS"
| "INSTANCE_ROLE_APP_SERVER"
| "INSTANCE_ROLE_DATABASE"
| "INSTANCE_ROLE_ASCS_ERS"
| "INSTANCE_ROLE_ASCS_APP_SERVER"
| "INSTANCE_ROLE_ASCS_DATABASE"
| "INSTANCE_ROLE_ERS_APP_SERVER"
| "INSTANCE_ROLE_ERS_DATABASE"
| "INSTANCE_ROLE_APP_SERVER_DATABASE"
| "INSTANCE_ROLE_ASCS_ERS_APP_SERVER"
| "INSTANCE_ROLE_ASCS_ERS_DATABASE"
| "INSTANCE_ROLE_ASCS_APP_SERVER_DATABASE"
| "INSTANCE_ROLE_ERS_APP_SERVER_DATABASE"
| "INSTANCE_ROLE_ASCS_ERS_APP_SERVER_DATABASE";
isDrSite?: boolean;
virtualHostname?: string;
}

§Properties

§

Optional. App server instances on the host

§
clusterInstances?: string[]
[src]

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

§

Optional. Disk mounts on the instance.

§
instanceNumber?: bigint
[src]

Optional. The VM's instance number.

§
instanceRole?: "INSTANCE_ROLE_UNSPECIFIED" | "INSTANCE_ROLE_ASCS" | "INSTANCE_ROLE_ERS" | "INSTANCE_ROLE_APP_SERVER" | "INSTANCE_ROLE_DATABASE" | "INSTANCE_ROLE_ASCS_ERS" | "INSTANCE_ROLE_ASCS_APP_SERVER" | "INSTANCE_ROLE_ASCS_DATABASE" | "INSTANCE_ROLE_ERS_APP_SERVER" | "INSTANCE_ROLE_ERS_DATABASE" | "INSTANCE_ROLE_APP_SERVER_DATABASE" | "INSTANCE_ROLE_ASCS_ERS_APP_SERVER" | "INSTANCE_ROLE_ASCS_ERS_DATABASE" | "INSTANCE_ROLE_ASCS_APP_SERVER_DATABASE" | "INSTANCE_ROLE_ERS_APP_SERVER_DATABASE" | "INSTANCE_ROLE_ASCS_ERS_APP_SERVER_DATABASE"
[src]

Optional. Bitmask of instance role, a resource may have multiple roles at once.

§
isDrSite?: boolean
[src]

Optional. Instance is part of a DR site.

§

Optional. The kernel version of the instance.

§
virtualHostname?: string
[src]

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