Show / Hide Table of Contents

Class SapValidation

A presentation of SAP workload insight. The schema of SAP workloads validation related data.

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

Properties

ETag

The ETag of the item.

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

ProjectId

Required. The project_id of the cloud project that the Insight data comes from.

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

ValidationDetails

Optional. A list of SAP validation metrics data.

Declaration
[JsonProperty("validationDetails")]
public virtual IList<SapValidationValidationDetail> ValidationDetails { get; set; }
Property Value
Type Description
IList<SapValidationValidationDetail>

Zone

Optional. The zone of the instance that the Insight data comes from.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX