Class SapValidation
A presentation of SAP workload insight. The schema of SAP workloads validation related data.
Implements
Inherited Members
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 |