Show / Hide Table of Contents

Class SapDiscoveryComponent

Message describing the system component.

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

Properties

ApplicationProperties

Optional. The component is a SAP application.

Declaration
[JsonProperty("applicationProperties")]
public virtual SapDiscoveryComponentApplicationProperties ApplicationProperties { get; set; }
Property Value
Type Description
SapDiscoveryComponentApplicationProperties

DatabaseProperties

Optional. The component is a SAP database.

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

ETag

The ETag of the item.

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

HaHosts

Optional. A 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>

HostProject

Required. Pantheon Project in which the resources reside.

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

Region

Optional. The region this component's resources are primarily located in.

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

ReplicationSites

Optional. A list of replication sites used in Disaster Recovery (DR) configurations.

Declaration
[JsonProperty("replicationSites")]
public virtual IList<SapDiscoveryComponentReplicationSite> ReplicationSites { get; set; }
Property Value
Type Description
IList<SapDiscoveryComponentReplicationSite>

Resources

Optional. The resources in a component.

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

Sid

Optional. The SAP identifier, used by the SAP software and helps differentiate systems for customers.

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

TopologyType

Optional. 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