Show / Hide Table of Contents

Class OpenShiftValidation

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

Inheritance
object
OpenShiftValidation
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX