Class SapDiscoveryComponent
Message describing the system component.
Implements
Inherited Members
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 |
ReplicationSites
Optional. A list of replication sites used in Disaster Recovery (DR) configurations.
Declaration
[JsonProperty("replicationSites")]
public virtual IList<SapDiscoveryComponent> ReplicationSites { get; set; }
Property Value
Type | Description |
---|---|
IList<SapDiscoveryComponent> |
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 |