ClusterVersionProperties interface

Cluster version properties.

Properties

clusterPoolVersion

The two part cluster pool version. If the cluster version is before cluster pool version on-board, the return value will be empty string

clusterType

The type of cluster.

clusterVersion

Version with three part.

components

Component list of this cluster type and version. NOTE: This property will not be serialized. It can only be populated by the server.

isPreview

Indicate if this version is in preview or not.

ossVersion

Version with three part.

Property Details

clusterPoolVersion

The two part cluster pool version. If the cluster version is before cluster pool version on-board, the return value will be empty string

clusterPoolVersion?: string

Property Value

string

clusterType

The type of cluster.

clusterType?: string

Property Value

string

clusterVersion

Version with three part.

clusterVersion?: string

Property Value

string

components

Component list of this cluster type and version. NOTE: This property will not be serialized. It can only be populated by the server.

components?: ClusterComponentsItem[]

Property Value

isPreview

Indicate if this version is in preview or not.

isPreview?: boolean

Property Value

boolean

ossVersion

Version with three part.

ossVersion?: string

Property Value

string