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 various versions of the `GkeCluster` class, ranging from version 1.0.0 to the latest version 3.4.0, allowing users to access different releases."],["The `GkeCluster` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, comparison, cloning, and buffer management."],["The class includes properties such as `Cluster` (the cluster's resource name), `ClusterAsClusterName` (a typed view of the cluster name), and `InternalIp` (used to specify private IP address access for private GKE clusters)."],["Two constructors are listed, a default constructor, `GkeCluster()`, and a constructor, `GkeCluster(GkeCluster other)`, that can accept another instance of `GkeCluster` as an argument."]]],[]]