Show / Hide Table of Contents

Class EnvironmentConfigPrivateEnvironmentConfig

Inheritance
System.Object
EnvironmentConfigPrivateEnvironmentConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Composer.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EnvironmentConfigPrivateEnvironmentConfig

Fields

View Source

CloudSqlIpv4CidrBlock

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

Declaration
public readonly string CloudSqlIpv4CidrBlock
Field Value
Type Description
System.String
View Source

EnablePrivateEndpoint

If true, access to the public endpoint of the GKE cluster is denied.

Declaration
public readonly bool? EnablePrivateEndpoint
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

MasterIpv4CidrBlock

The IP range in CIDR notation to use for the hosted master network. This range is used for assigning internal IP addresses to the 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. If left blank, the default value of '172.16.0.0/28' is used.

Declaration
public readonly string MasterIpv4CidrBlock
Field Value
Type Description
System.String
View Source

WebServerIpv4CidrBlock

The CIDR block from which IP range for web server will be reserved. Needs to be disjoint from master_ipv4_cidr_block and cloud_sql_ipv4_cidr_block.

Declaration
public readonly string WebServerIpv4CidrBlock
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.