Class UpdateOkeClusterDeployEnvironmentDetails
Specifies the Kubernetes cluster environment.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class UpdateOkeClusterDeployEnvironmentDetails : UpdateDeployEnvironmentDetailsProperties
ClusterId
Declaration
[JsonProperty(PropertyName = "clusterId")]
public string ClusterId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Kubernetes cluster. | 
NetworkChannel
Declaration
[JsonProperty(PropertyName = "networkChannel")]
public NetworkChannel NetworkChannel { get; set; }Property Value
| Type | Description | 
|---|---|
| NetworkChannel |