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

SapComponent

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

The component of sap workload

interface SapComponent {
readonly databaseProperties?: DatabaseProperties;
haHosts?: string[];
readonly resources?: CloudResource[];
readonly sid?: string;
topologyType?: "TOPOLOGY_TYPE_UNSPECIFIED" | "TOPOLOGY_SCALE_UP" | "TOPOLOGY_SCALE_OUT";
}

§Properties

§
readonly databaseProperties?: DatabaseProperties
[src]

Output only. All instance properties.

§
haHosts?: string[]
[src]

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.

§
readonly resources?: CloudResource[]
[src]

Output only. resources in the component

§
readonly sid?: string
[src]

Output only. sid is the sap component identificator

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

The detected topology of the component.