Optional. If true, cluster is accessed using the private IP address of
the control plane endpoint. Otherwise, the default IP address of the
control plane endpoint is used. The default IP address is the private IP
address for clusters with private control-plane endpoints and the public IP
address otherwise.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GkeCluster` class within the Google Cloud Deploy v1 API for .NET, which is used to specify information about a GKE (Google Kubernetes Engine) cluster."],["The documentation covers a range of versions for the `GkeCluster` class, from version 1.0.0 to the latest, 3.4.0, and provides links to each version's specific documentation."],["The `GkeCluster` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, allowing for a variety of functionalities such as deep cloning and equality checks."],["The class includes two constructors, `GkeCluster()` and `GkeCluster(GkeCluster other)`, as well as properties like `Cluster`, `ClusterAsClusterName`, and `InternalIp` that provide information and methods for interacting with a GKE cluster."],["Information is given that `InternalIp` can be set to specify if the private IP address of the control plane is to be used, which is only to be specified when the cluster is a private one."]]],[]]