Show / Hide Table of Contents

Class SapDiscoveryComponentDatabaseProperties

A set of properties describing an SAP Database layer.

Inheritance
object
SapDiscoveryComponentDatabaseProperties
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 SapDiscoveryComponentDatabaseProperties : IDirectResponseSchema

Properties

DatabaseSid

Optional. SID of the system database.

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

DatabaseType

Required. Type of the database. HANA, DB2, etc.

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

DatabaseVersion

Optional. The version of the database software running in the system.

Declaration
[JsonProperty("databaseVersion")]
public virtual string DatabaseVersion { 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

InstanceNumber

Optional. Instance number of the SAP instance.

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

LandscapeId

Optional. Landscape ID from the HANA nameserver.

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

PrimaryInstanceUri

Required. URI of the recognized primary instance of the database.

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

SharedNfsUri

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX