google_api_composer v0.15.1 GoogleApi.Composer.V1.Model.PrivateEnvironmentConfig View Source
The configuration information for configuring a Private IP Cloud Composer environment.
Attributes
cloudSqlIpv4CidrBlock
(type:String.t
, default:nil
) - Optional. The CIDR block from which IP range in tenant project will be reserved for Cloud SQL. Needs to be disjoint fromweb_server_ipv4_cidr_block
.enablePrivateEnvironment
(type:boolean()
, default:nil
) - Optional. Iftrue
, a Private IP Cloud Composer environment is created. If this field is set to true,IPAllocationPolicy.use_ip_aliases
must be set to true.privateClusterConfig
(type:GoogleApi.Composer.V1.Model.PrivateClusterConfig.t
, default:nil
) - Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment.webServerIpv4CidrBlock
(type:String.t
, default:nil
) - Optional. The CIDR block from which IP range for web server will be reserved. Needs to be disjoint fromprivate_cluster_config.master_ipv4_cidr_block
andcloud_sql_ipv4_cidr_block
.webServerIpv4ReservedRange
(type:String.t
, default:nil
) - Output only. The IP range reserved for the tenant project's App Engine VMs.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Composer.V1.Model.PrivateEnvironmentConfig{ cloudSqlIpv4CidrBlock: String.t(), enablePrivateEnvironment: boolean(), privateClusterConfig: GoogleApi.Composer.V1.Model.PrivateClusterConfig.t(), webServerIpv4CidrBlock: String.t(), webServerIpv4ReservedRange: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.