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."],[[["This document provides reference details for the `PrivateClusterConfig` class within the Google Cloud Composer v1 API, specifically for version 2.5.0, and contains information on various previous versions."],["`PrivateClusterConfig` is a class used to configure options for a private Google Kubernetes Engine (GKE) cluster within a Cloud Composer environment."],["The class has constructors, `PrivateClusterConfig()` and `PrivateClusterConfig(PrivateClusterConfig other)`, for creating new instances, and also inherits members from the base `object` class."],["Key properties within `PrivateClusterConfig` include `EnablePrivateEndpoint`, `MasterIpv4CidrBlock`, and `MasterIpv4ReservedRange`, which manage private endpoint access and IP address ranges."],["The `PrivateClusterConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for managing message operations and object equality."]]],[]]