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"]],[["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 details the `PrivateClusterConfig` class within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, used for configuring private GKE clusters in Cloud Composer environments."],["The latest version of the documentation available is 2.9.0, with versions ranging down to 1.0.0 also available for reference within the documentation."],["The `PrivateClusterConfig` class provides properties such as `EnablePrivateEndpoint`, `MasterIpv4CidrBlock`, and `MasterIpv4ReservedRange` for configuring a private cluster."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Constructors are provided for creating instances of `PrivateClusterConfig`, including a default constructor and one that accepts another `PrivateClusterConfig` instance."]]],[]]