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