google_api_composer v0.16.0 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 from web_server_ipv4_cidr_block.
  • enablePrivateEnvironment (type: boolean(), default: nil) - 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.
  • 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 from private_cluster_config.master_ipv4_cidr_block and cloud_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 Source
t() :: %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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.