GoogleApi.Composer.V1beta1.Model.PrivateEnvironmentConfig (google_api_composer v0.22.2) 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. 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.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{ 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
Unwrap a decoded JSON object into its complex fields.