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 a history of versions down to 1.0.0 being available."],["`GkeCluster` is a class used to specify information about a GKE cluster and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GkeCluster` class includes properties such as `Cluster` (a string representing the GKE cluster resource name), `ClusterAsClusterName` (a `ClusterName`-typed view of the `Cluster`), and `InternalIp` (a boolean to determine whether to use the private IP address of the control plane endpoint)."],["There are two constructors available for the `GkeCluster` class: a default constructor and one that takes another `GkeCluster` object as a parameter for creating a new object based off of the given object."],["The available versions can be selected from a list, with links directing to their respective pages, and the webpage also lists several inherited members from the `object` base class."]]],[]]