GoogleApi.Composer.V1.Model.PrivateEnvironmentConfig (google_api_composer v0.28.1) 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 for Cloud Composer environments in versions composer-1..-airflow-..*.
  • 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. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.
  • webServerIpv4ReservedRange (type: String.t, default: nil) - Output only. The IP range reserved for the tenant project's App Engine VMs. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Composer.V1.Model.PrivateEnvironmentConfig{
  cloudSqlIpv4CidrBlock: String.t() | nil,
  enablePrivateEnvironment: boolean() | nil,
  privateClusterConfig:
    GoogleApi.Composer.V1.Model.PrivateClusterConfig.t() | nil,
  webServerIpv4CidrBlock: String.t() | nil,
  webServerIpv4ReservedRange: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.