Class QueryBareMetalVersionConfigResponse
Response message for querying bare metal admin cluster version config.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class QueryBareMetalVersionConfigResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Versions
List of available versions to install or to upgrade to.
Declaration
[JsonProperty("versions")]
public virtual IList<BareMetalVersionInfo> Versions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<BareMetalVersionInfo> |