Show / Hide Table of Contents

Class SapWorkload

The body of sap workload

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

Properties

Application

Output only. the acsc componment

Declaration
[JsonProperty("application")]
public virtual SapComponent Application { get; set; }
Property Value
Type Description
SapComponent

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
SapComponent

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; }
Property Value
Type Description
IList<Product>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX