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."],[[["The webpage provides documentation for the `GkeCluster` class within the Google Cloud Deploy v1 API, with the latest version being 3.4.0 and the current version being viewed as 2.14.0."],["`GkeCluster` is a class that contains information specifying a GKE Cluster within Google Cloud Deploy, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Cluster` (a string representing the GKE cluster resource name), `ClusterAsClusterName` (a `ClusterName`-typed view of the cluster resource name), and `InternalIp` (a boolean indicating if the private IP address is used)."],["The `GkeCluster` class has two constructors, `GkeCluster()` and `GkeCluster(GkeCluster other)`, and is part of the `Google.Cloud.Deploy.V1` namespace, found within the `Google.Cloud.Deploy.V1.dll` assembly."],["A variety of older versions are available, ranging from 1.0.0 to 3.3.0, with each one having a link to their respective documentation."]]],[]]