Show / Hide Table of Contents

Class OkeClusterDeployEnvironmentSummary

Specifies the Kubernetes cluster environment.

Inheritance
object
DeployEnvironmentSummary
OkeClusterDeployEnvironmentSummary
Inherited Members
DeployEnvironmentSummary.Id
DeployEnvironmentSummary.Description
DeployEnvironmentSummary.DisplayName
DeployEnvironmentSummary.ProjectId
DeployEnvironmentSummary.CompartmentId
DeployEnvironmentSummary.TimeCreated
DeployEnvironmentSummary.TimeUpdated
DeployEnvironmentSummary.LifecycleState
DeployEnvironmentSummary.LifecycleDetails
DeployEnvironmentSummary.FreeformTags
DeployEnvironmentSummary.DefinedTags
DeployEnvironmentSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class OkeClusterDeployEnvironmentSummary : DeployEnvironmentSummary

Properties

ClusterId

Declaration
[Required(ErrorMessage = "ClusterId is required.")]
[JsonProperty(PropertyName = "clusterId")]
public string ClusterId { get; set; }
Property Value
Type Description
string

The OCID of the Kubernetes cluster.

Remarks

Required

NetworkChannel

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