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

SapDiscoveryComponent

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

Message describing the system component.

interface SapDiscoveryComponent {
haHosts?: string[];
hostProject?: string;
resources?: SapDiscoveryResource[];
sid?: string;
topologyType?: "TOPOLOGY_TYPE_UNSPECIFIED" | "TOPOLOGY_SCALE_UP" | "TOPOLOGY_SCALE_OUT";
}

§Properties

§

Optional. The component is a SAP application.

§

Optional. The component is a SAP database.

§
haHosts?: string[]
[src]

Optional. A list of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA.

§
hostProject?: string
[src]

Required. Pantheon Project in which the resources reside.

§

Optional. The resources in a component.

§
sid?: string
[src]

Optional. The SAP identifier, used by the SAP software and helps differentiate systems for customers.

§
topologyType?: "TOPOLOGY_TYPE_UNSPECIFIED" | "TOPOLOGY_SCALE_UP" | "TOPOLOGY_SCALE_OUT"
[src]

Optional. The detected topology of the component.