Show / Hide Table of Contents

Class BdsClusterVersionSummary

Cluster version details including bds and odh version information.

Inheritance
object
BdsClusterVersionSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class BdsClusterVersionSummary

Properties

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

In this article
Back to top