Show / Hide Table of Contents

Class UpdateClusterOptionsDetails

The properties that define extra options updating a cluster.

Inheritance
object
UpdateClusterOptionsDetails
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 UpdateClusterOptionsDetails

Properties

AdmissionControllerOptions

Declaration
[JsonProperty(PropertyName = "admissionControllerOptions")]
public AdmissionControllerOptions AdmissionControllerOptions { get; set; }
Property Value
Type Description
AdmissionControllerOptions

Configurable cluster admission controllers

OpenIdConnectDiscovery

Declaration
[JsonProperty(PropertyName = "openIdConnectDiscovery")]
public OpenIdConnectDiscovery OpenIdConnectDiscovery { get; set; }
Property Value
Type Description
OpenIdConnectDiscovery

OpenIdConnectTokenAuthenticationConfig

Declaration
[JsonProperty(PropertyName = "openIdConnectTokenAuthenticationConfig")]
public OpenIdConnectTokenAuthenticationConfig OpenIdConnectTokenAuthenticationConfig { get; set; }
Property Value
Type Description
OpenIdConnectTokenAuthenticationConfig

PersistentVolumeConfig

Declaration
[JsonProperty(PropertyName = "persistentVolumeConfig")]
public PersistentVolumeConfigDetails PersistentVolumeConfig { get; set; }
Property Value
Type Description
PersistentVolumeConfigDetails

ServiceLbConfig

Declaration
[JsonProperty(PropertyName = "serviceLbConfig")]
public ServiceLbConfigDetails ServiceLbConfig { get; set; }
Property Value
Type Description
ServiceLbConfigDetails
In this article
Back to top