Class SapWorkload
The body of sap workload
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapWorkload : IDirectResponseSchema
Properties
Application
Output only. the acsc componment
Declaration
[JsonProperty("application")]
public virtual SapComponent Application { get; set; }
Property Value
Type | Description |
---|---|
Sap |
Architecture
Output only. the architecture
Declaration
[JsonProperty("architecture")]
public virtual string Architecture { get; set; }
Property Value
Type | Description |
---|---|
string |
Database
Output only. the database componment
Declaration
[JsonProperty("database")]
public virtual SapComponent Database { get; set; }
Property Value
Type | Description |
---|---|
Sap |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Output only. The metadata for SAP workload.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Products
Output only. the products on this workload.
Declaration
[JsonProperty("products")]
public virtual IList<Product> Products { get; set; }