public sealed class PrivateEnvironmentConfig : IMessage<PrivateEnvironmentConfig>, IEquatable<PrivateEnvironmentConfig>, IDeepCloneable<PrivateEnvironmentConfig>, IBufferMessage, IMessage
The configuration information for configuring a Private IP Cloud Composer
environment.
public bool EnablePrivateEnvironment { get; set; }
Optional. If true, a Private IP Cloud Composer environment is created.
If this field is set to true, IPAllocationPolicy.use_ip_aliases must be
set to true.
public string WebServerIpv4CidrBlock { get; set; }
Optional. The CIDR block from which IP range for web server will be reserved. Needs
to be disjoint from private_cluster_config.master_ipv4_cidr_block and
cloud_sql_ipv4_cidr_block.
[[["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\u003eThis document outlines the \u003ccode\u003ePrivateEnvironmentConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Orchestration.Airflow.Service.V1\u003c/code\u003e namespace, which is used to configure a Private IP Cloud Composer environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePrivateEnvironmentConfig\u003c/code\u003e class offers properties like \u003ccode\u003eCloudSqlIpv4CidrBlock\u003c/code\u003e, \u003ccode\u003eEnablePrivateEnvironment\u003c/code\u003e, \u003ccode\u003ePrivateClusterConfig\u003c/code\u003e, \u003ccode\u003eWebServerIpv4CidrBlock\u003c/code\u003e, and \u003ccode\u003eWebServerIpv4ReservedRange\u003c/code\u003e for detailed environment customization.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports multiple versions of the \u003ccode\u003ePrivateEnvironmentConfig\u003c/code\u003e, ranging from the latest version 2.9.0 down to version 1.0.0, each with its own documentation.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003ePrivateEnvironmentConfig\u003c/code\u003e class inherits from several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and includes constructors for default initialization and copying from an existing configuration.\u003c/p\u003e\n"],["\u003cp\u003eKey implementation details are provided, including that a Private IP Cloud Composer environment is created if \u003ccode\u003eEnablePrivateEnvironment\u003c/code\u003e is set to \u003ccode\u003etrue\u003c/code\u003e, in which case the \u003ccode\u003euse_ip_aliases\u003c/code\u003e field must be set to \u003ccode\u003etrue\u003c/code\u003e as well.\u003c/p\u003e\n"]]],[],null,[]]