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 documentation for the `PrivateClusterConfig` class within the Cloud Composer v1 API, detailing its structure and functionality across multiple versions, from 1.0.0 up to the latest version 2.9.0."],["The `PrivateClusterConfig` class, found in the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, is used to configure the private GKE cluster in a Cloud Composer environment, and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `EnablePrivateEndpoint`, to deny access to the public endpoint, and `MasterIpv4CidrBlock`, to define the IPv4 range for the GKE master, along with the output-only property `MasterIpv4ReservedRange`."],["There are two constructors available for creating instances of the `PrivateClusterConfig` class, one default constructor and one that takes another `PrivateClusterConfig` object as a parameter."],["The document details inherited members from the root object such as GetHashCode, GetType, and ToString, and also provides links to the relevant documentations for these inherited objects."]]],[]]