Class EnvironmentConfigPrivateEnvironmentConfigArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class EnvironmentConfigPrivateEnvironmentConfigArgs : ResourceArgs
Constructors
View SourceEnvironmentConfigPrivateEnvironmentConfigArgs()
Declaration
public EnvironmentConfigPrivateEnvironmentConfigArgs()
Properties
View SourceCloudSqlIpv4CidrBlock
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 Input<string> CloudSqlIpv4CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnablePrivateEndpoint
If true, access to the public endpoint of the GKE cluster is denied.
Declaration
public Input<bool> EnablePrivateEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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 Input<string> MasterIpv4CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<string> WebServerIpv4CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |