Class BdsClusterVersionSummary
Cluster version details including bds and odh version information.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class BdsClusterVersionSummaryProperties
BdsVersion
Declaration
[Required(ErrorMessage = "BdsVersion is required.")]
[JsonProperty(PropertyName = "bdsVersion")]
public string BdsVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | BDS version to be used for cluster creation | 
Remarks
Required
OdhVersion
Declaration
[JsonProperty(PropertyName = "odhVersion")]
public string OdhVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | ODH version to be used for cluster creation |