Show / Hide Table of Contents

Class EnvironmentConfigPrivateEnvironmentConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EnvironmentConfigPrivateEnvironmentConfigGetArgs
Inherited Members
ResourceArgs.Empty
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 EnvironmentConfigPrivateEnvironmentConfigGetArgs : ResourceArgs

Constructors

View Source

EnvironmentConfigPrivateEnvironmentConfigGetArgs()

Declaration
public EnvironmentConfigPrivateEnvironmentConfigGetArgs()

Properties

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 Input<string> CloudSqlIpv4CidrBlock { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
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 Input<string> MasterIpv4CidrBlock { get; set; }
Property Value
Type Description
Input<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 Input<string> WebServerIpv4CidrBlock { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.