Class ClusterOptions
Options for creating or updating clusters.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class ClusterOptionsProperties
ClusterPodNetworkOptions
Declaration
[JsonProperty(PropertyName = "clusterPodNetworkOptions")]
public List<ClusterPodNetworkOptionDetails> ClusterPodNetworkOptions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ClusterPodNetworkOptionDetails> | Available CNIs and network options for existing and new node pools of the cluster | 
KubernetesVersions
Declaration
[JsonProperty(PropertyName = "kubernetesVersions")]
public List<string> KubernetesVersions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | Available Kubernetes versions. |