PrivateEnvironmentConfig class
The configuration information for configuring a Private IP Cloud Composer environment.
Constructors
- PrivateEnvironmentConfig({String? cloudComposerConnectionSubnetwork, String? cloudComposerNetworkIpv4CidrBlock, String? cloudComposerNetworkIpv4ReservedRange, String? cloudSqlIpv4CidrBlock, bool? enablePrivateBuildsOnly, bool? enablePrivateEnvironment, bool? enablePrivatelyUsedPublicIps, NetworkingConfig? networkingConfig, PrivateClusterConfig? privateClusterConfig, String? webServerIpv4CidrBlock, String? webServerIpv4ReservedRange})
- PrivateEnvironmentConfig.fromJson(Map json_)
Properties
- cloudComposerConnectionSubnetwork ↔ String?
-
When specified, the environment will use Private Service Connect instead
of VPC peerings to connect to Cloud SQL in the Tenant Project, and the PSC
endpoint in the Customer Project will use an IP address from this
subnetwork.
getter/setter pair
- cloudComposerNetworkIpv4CidrBlock ↔ String?
-
The CIDR block from which IP range for Cloud Composer Network in tenant
project will be reserved.
getter/setter pair
- cloudComposerNetworkIpv4ReservedRange ↔ String?
-
The IP range reserved for the tenant project's Cloud Composer network.
getter/setter pair
- cloudSqlIpv4CidrBlock ↔ String?
-
The CIDR block from which IP range in tenant project will be reserved for
Cloud SQL.
getter/setter pair
- enablePrivateBuildsOnly ↔ bool?
-
If
true
, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if eitherNodeConfig.network
andNodeConfig.subnetwork
fields orNodeConfig.composer_network_attachment
field are specified).getter/setter pair - enablePrivateEnvironment ↔ bool?
-
If
true
, a Private IP Cloud Composer environment is created.getter/setter pair - enablePrivatelyUsedPublicIps ↔ bool?
-
When enabled, IPs from public (non-RFC1918) ranges can be used for
IPAllocationPolicy.cluster_ipv4_cidr_block
andIPAllocationPolicy.service_ipv4_cidr_block
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- networkingConfig ↔ NetworkingConfig?
-
Configuration for the network connections configuration in the
environment.
getter/setter pair
- privateClusterConfig ↔ PrivateClusterConfig?
-
Configuration for the private GKE cluster for a Private IP Cloud Composer
environment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webServerIpv4CidrBlock ↔ String?
-
The CIDR block from which IP range for web server will be reserved.
getter/setter pair
- webServerIpv4ReservedRange ↔ String?
-
The IP range reserved for the tenant project's App Engine VMs.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited