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

SapDiscovery

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

The schema of SAP system discovery data.

interface SapDiscovery {
applicationLayer?: SapDiscoveryComponent;
databaseLayer?: SapDiscoveryComponent;
projectNumber?: string;
readonly systemId?: string;
updateTime?: Date;
workloadProperties?: SapDiscoveryWorkloadProperties;
}

§Properties

§
applicationLayer?: SapDiscoveryComponent
[src]

Optional. An SAP system may run without an application layer.

§

Required. An SAP System must have a database.

§

Optional. The metadata for SAP system discovery data.

§
projectNumber?: string
[src]

Optional. The GCP project number that this SapSystem belongs to.

§
readonly systemId?: string
[src]

Output only. A combination of database SID, database instance URI and tenant DB name to make a unique identifier per-system.

§
updateTime?: Date
[src]

Required. Unix timestamp this system has been updated last.

§

Optional. The properties of the workload.