public sealed class PrivateClusterConfig : IMessage<PrivateClusterConfig>, IEquatable<PrivateClusterConfig>, IDeepCloneable<PrivateClusterConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class PrivateClusterConfig.
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."],[[["The `PrivateClusterConfig` class in the Cloud Composer v1 API provides configuration options for private GKE clusters within a Cloud Composer environment, offering control over the cluster's network settings."],["This class is found within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and can be found in the assembly `Google.Cloud.Orchestration.Airflow.Service.V1.dll` ."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers properties such as `EnablePrivateEndpoint`, `MasterIpv4CidrBlock`, and `MasterIpv4ReservedRange`, allowing control over the access and the IP ranges for the GKE master."],["It has an available constructor, `PrivateClusterConfig()`, that allows a constructor to be used without any parameters, as well as another constructor `PrivateClusterConfig(PrivateClusterConfig other)` where `other` is a `PrivateClusterConfig`."]]],[]]