GoogleApi.Composer.V1beta1.Model.PrivateEnvironmentConfig (google_api_composer v0.25.0) View Source

The configuration information for configuring a Private IP Cloud Composer environment.

Attributes

  • cloudComposerNetworkIpv4CidrBlock (type: String.t, default: nil) - Optional. The CIDR block from which IP range for Cloud Composer Network in tenant project 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-2..-airflow-..* and newer.
  • cloudComposerNetworkIpv4ReservedRange (type: String.t, default: nil) - Output only. The IP range reserved for the tenant project's Cloud Composer network. This field is supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.
  • 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.V1beta1.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

Specs

t() :: %GoogleApi.Composer.V1beta1.Model.PrivateEnvironmentConfig{
  cloudComposerNetworkIpv4CidrBlock: String.t() | nil,
  cloudComposerNetworkIpv4ReservedRange: String.t() | nil,
  cloudSqlIpv4CidrBlock: String.t() | nil,
  enablePrivateEnvironment: boolean() | nil,
  privateClusterConfig:
    GoogleApi.Composer.V1beta1.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.