Show / Hide Table of Contents

Class ClusterOptions

Options for creating or updating clusters.

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

Properties

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.

In this article
Back to top