Show / Hide Table of Contents

Class SapComponent

The component of sap workload

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

Properties

DatabaseProperties

Output only. All instance properties.

Declaration
[JsonProperty("databaseProperties")]
public virtual DatabaseProperties DatabaseProperties { get; set; }
Property Value
Type Description
DatabaseProperties

ETag

The ETag of the item.

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

HaHosts

List of host URIs that are part of the HA configuration if present. An empty list indicates the component is not configured for HA.

Declaration
[JsonProperty("haHosts")]
public virtual IList<string> HaHosts { get; set; }
Property Value
Type Description
IList<string>

Resources

Output only. resources in the component

Declaration
[JsonProperty("resources")]
public virtual IList<CloudResource> Resources { get; set; }
Property Value
Type Description
IList<CloudResource>

Sid

Output only. sid is the sap component identificator

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

TopologyType

The detected topology of the component.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX