Class SapComponent
The component of sap workload
Implements
Inherited Members
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 |
---|---|
Database |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HaHosts
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
Resources
Output only. resources in the component
Declaration
[JsonProperty("resources")]
public virtual IList<CloudResource> Resources { get; set; }
Property Value
Type | Description |
---|---|
IList<Cloud |
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 |