Class OpenShiftValidation
A presentation of OpenShift workload insight. The schema of OpenShift workloads validation related data.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class OpenShiftValidation : IDirectResponseSchema
Properties
ClusterId
Required. The OpenShift cluster ID (e.g. 8371bb05-7cac-4d38-82c0-0f58c4f6f936).
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationDetails
Required. The validation details of the OpenShift cluster in JSON format.
Declaration
[JsonProperty("validationDetails")]
public virtual IDictionary<string, object> ValidationDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |