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

SapDiscoveryComponentApplicationProperties

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

A set of properties describing an SAP Application layer.

interface SapDiscoveryComponentApplicationProperties {
abap?: boolean;
appInstanceNumber?: string;
applicationType?: "APPLICATION_TYPE_UNSPECIFIED" | "NETWEAVER";
ascsInstanceNumber?: string;
ascsUri?: string;
kernelVersion?: string;
nfsUri?: string;
}

§Properties

§
abap?: boolean
[src]

Optional. Indicates whether this is a Java or ABAP Netweaver instance. true means it is ABAP, false means it is Java.

§
appInstanceNumber?: string
[src]

Optional. Instance number of the SAP application instance.

§
applicationType?: "APPLICATION_TYPE_UNSPECIFIED" | "NETWEAVER"
[src]

Required. Type of the application. Netweaver, etc.

§
ascsInstanceNumber?: string
[src]

Optional. Instance number of the ASCS instance.

§
ascsUri?: string
[src]

Optional. Resource URI of the recognized ASCS host of the application.

§
kernelVersion?: string
[src]

Optional. Kernel version for Netweaver running in the system.

§
nfsUri?: string
[src]

Optional. Resource URI of the recognized shared NFS of the application. May be empty if the application server has only a single node.