Show / Hide Table of Contents

Class SapDiscoveryComponentApplicationProperties

A set of properties describing an SAP Application layer.

Inheritance
object
SapDiscoveryComponentApplicationProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryComponentApplicationProperties : IDirectResponseSchema

Properties

Abap

Optional. Deprecated: ApplicationType now tells you whether this is ABAP or Java.

Declaration
[JsonProperty("abap")]
public virtual bool? Abap { get; set; }
Property Value
Type Description
bool?

AppInstanceNumber

Optional. Instance number of the SAP application instance.

Declaration
[JsonProperty("appInstanceNumber")]
public virtual string AppInstanceNumber { get; set; }
Property Value
Type Description
string

ApplicationType

Required. Type of the application. Netweaver, etc.

Declaration
[JsonProperty("applicationType")]
public virtual string ApplicationType { get; set; }
Property Value
Type Description
string

AscsInstanceNumber

Optional. Instance number of the ASCS instance.

Declaration
[JsonProperty("ascsInstanceNumber")]
public virtual string AscsInstanceNumber { get; set; }
Property Value
Type Description
string

AscsUri

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

Declaration
[JsonProperty("ascsUri")]
public virtual string AscsUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErsInstanceNumber

Optional. Instance number of the ERS instance.

Declaration
[JsonProperty("ersInstanceNumber")]
public virtual string ErsInstanceNumber { get; set; }
Property Value
Type Description
string

KernelVersion

Optional. Kernel version for Netweaver running in the system.

Declaration
[JsonProperty("kernelVersion")]
public virtual string KernelVersion { get; set; }
Property Value
Type Description
string

NfsUri

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

Declaration
[JsonProperty("nfsUri")]
public virtual string NfsUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX