PrivateEnvironmentConfigArgs

data class PrivateEnvironmentConfigArgs(val cloudComposerConnectionSubnetwork: Output<String>? = null, val cloudComposerNetworkIpv4CidrBlock: Output<String>? = null, val cloudSqlIpv4CidrBlock: Output<String>? = null, val enablePrivateEnvironment: Output<Boolean>? = null, val enablePrivatelyUsedPublicIps: Output<Boolean>? = null, val networkingConfig: Output<NetworkingConfigArgs>? = null, val privateClusterConfig: Output<PrivateClusterConfigArgs>? = null, val webServerIpv4CidrBlock: Output<String>? = null) : ConvertibleToJava<PrivateEnvironmentConfigArgs>

The configuration information for configuring a Private IP Cloud Composer environment.

Constructors

Link copied to clipboard
fun PrivateEnvironmentConfigArgs(cloudComposerConnectionSubnetwork: Output<String>? = null, cloudComposerNetworkIpv4CidrBlock: Output<String>? = null, cloudSqlIpv4CidrBlock: Output<String>? = null, enablePrivateEnvironment: Output<Boolean>? = null, enablePrivatelyUsedPublicIps: Output<Boolean>? = null, networkingConfig: Output<NetworkingConfigArgs>? = null, privateClusterConfig: Output<PrivateClusterConfigArgs>? = null, webServerIpv4CidrBlock: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PrivateEnvironmentConfigArgs

Properties

Link copied to clipboard

Optional. When specified, the environment will use Private Service Connect instead of VPC peerings to connect to Cloud SQL in the Tenant Project, and the PSC endpoint in the Customer Project will use an IP address from this subnetwork.

Link copied to clipboard

Optional. The CIDR block from which IP range for Cloud Composer Network in tenant project will be reserved. Needs to be disjoint from private_cluster_config.master_ipv4_cidr_block and cloud_sql_ipv4_cidr_block. This field is supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.

Link copied to clipboard
val cloudSqlIpv4CidrBlock: Output<String>? = null

Optional. The CIDR block from which IP range in tenant project will be reserved for Cloud SQL. Needs to be disjoint from web_server_ipv4_cidr_block.

Link copied to clipboard
val enablePrivateEnvironment: Output<Boolean>? = null

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 for Cloud Composer environments in versions composer-1..-airflow-..*.

Link copied to clipboard

Optional. When enabled, IPs from public (non-RFC1918) ranges can be used for IPAllocationPolicy.cluster_ipv4_cidr_block and IPAllocationPolicy.service_ipv4_cidr_block.

Link copied to clipboard

Optional. Configuration for the network connections configuration in the environment.

Link copied to clipboard

Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.

Link copied to clipboard
val webServerIpv4CidrBlock: Output<String>? = null

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. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.