public sealed class PrivateClusterConfig : IMessage<PrivateClusterConfig>, IEquatable<PrivateClusterConfig>, IDeepCloneable<PrivateClusterConfig>, IBufferMessage, IMessage
Configuration options for the private GKE cluster in a Cloud Composer
environment.
public string MasterIpv4ReservedRange { get; set; }
Output only. The IP range in CIDR notation to use for the hosted master network. This
range is used for assigning internal IP addresses to the GKE cluster
master or set of masters and to the internal load balancer virtual IP.
This range must not overlap with any other ranges in use
within the cluster's network.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePrivateClusterConfig\u003c/code\u003e class provides configuration options for a private Google Kubernetes Engine (GKE) cluster in a Cloud Composer environment.\u003c/p\u003e\n"],["\u003cp\u003eThis configuration class includes settings to deny public endpoint access to the GKE cluster, controlled by the \u003ccode\u003eEnablePrivateEndpoint\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMasterIpv4CidrBlock\u003c/code\u003e property allows specifying the IPv4 range for GKE master nodes, defaulting to '172.16.0.0/23' if not set.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the PrivateClusterConfig available, ranging from version 1.0.0 to the most recent 2.9.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePrivateClusterConfig\u003c/code\u003e can also retrieve the \u003ccode\u003eMasterIpv4ReservedRange\u003c/code\u003e property, containing a read only IP range for the master network.\u003c/p\u003e\n"]]],[],null,[]]