Class ComposerEnvironmentConfigNodeConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigNodeConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComposerEnvironmentConfigNodeConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComposerEnvironmentConfigNodeConfig
@Stability(Stable) @Internal public static final class ComposerEnvironmentConfigNodeConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComposerEnvironmentConfigNodeConfig
An implementation forComposerEnvironmentConfigNodeConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigNodeConfig
ComposerEnvironmentConfigNodeConfig.Builder, ComposerEnvironmentConfigNodeConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComposerEnvironmentConfigNodeConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigNodeConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetDiskSizeGb()The disk size in GB used for node VMs.ObjectgetEnableIpMasqAgent()Deploys 'ip-masq-agent' daemon set in the GKE cluster and defines nonMasqueradeCIDRs equals to pod IP range so IP masquerading is used for all destination addresses, except between pods traffic.ObjectgetIpAllocationPolicy()Configuration for controlling how IPs are allocated in the GKE cluster.StringgetMachineType()The Compute Engine machine type used for cluster instances, specified as a name or relative resource name.StringgetNetwork()The Compute Engine machine type used for cluster instances, specified as a name or relative resource name.List<String>getOauthScopes()The set of Google API scopes to be made available on all node VMs.StringgetServiceAccount()The Google Cloud Platform Service Account to be used by the node VMs.StringgetSubnetwork()The Compute Engine subnetwork to be used for machine communications, specified as a self-link, relative resource name (e.g.List<String>getTags()The list of instance tags applied to all node VMs.StringgetZone()The Compute Engine zone in which to deploy the VMs running the Apache Airflow software, specified as the zone name or relative resource name (e.g.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComposerEnvironmentConfigNodeConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigNodeConfig.Builder.
-
-
Method Detail
-
getDiskSizeGb
public final Number getDiskSizeGb()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe disk size in GB used for node VMs.Minimum size is 20GB. If unspecified, defaults to 100GB. Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#disk_size_gb ComposerEnvironment#disk_size_gb}
- Specified by:
getDiskSizeGbin interfaceComposerEnvironmentConfigNodeConfig
-
getEnableIpMasqAgent
public final Object getEnableIpMasqAgent()
Description copied from interface:ComposerEnvironmentConfigNodeConfigDeploys 'ip-masq-agent' daemon set in the GKE cluster and defines nonMasqueradeCIDRs equals to pod IP range so IP masquerading is used for all destination addresses, except between pods traffic.See: https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#enable_ip_masq_agent ComposerEnvironment#enable_ip_masq_agent}
- Specified by:
getEnableIpMasqAgentin interfaceComposerEnvironmentConfigNodeConfig
-
getIpAllocationPolicy
public final Object getIpAllocationPolicy()
Description copied from interface:ComposerEnvironmentConfigNodeConfigConfiguration for controlling how IPs are allocated in the GKE cluster. Cannot be updated.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#ip_allocation_policy ComposerEnvironment#ip_allocation_policy}
- Specified by:
getIpAllocationPolicyin interfaceComposerEnvironmentConfigNodeConfig
-
getMachineType
public final String getMachineType()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe Compute Engine machine type used for cluster instances, specified as a name or relative resource name.For example: "projects/{project}/zones/{zone}/machineTypes/{machineType}". Must belong to the enclosing environment's project and region/zone. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#machine_type ComposerEnvironment#machine_type}
- Specified by:
getMachineTypein interfaceComposerEnvironmentConfigNodeConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe Compute Engine machine type used for cluster instances, specified as a name or relative resource name.For example: "projects/{project}/zones/{zone}/machineTypes/{machineType}". Must belong to the enclosing environment's project and region/zone. The network must belong to the environment's project. If unspecified, the "default" network ID in the environment's project is used. If a Custom Subnet Network is provided, subnetwork must also be provided. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#network ComposerEnvironment#network}
- Specified by:
getNetworkin interfaceComposerEnvironmentConfigNodeConfig
-
getOauthScopes
public final List<String> getOauthScopes()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe set of Google API scopes to be made available on all node VMs.Cannot be updated. If empty, defaults to ["https://www.googleapis.com/auth/cloud-platform"]. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#oauth_scopes ComposerEnvironment#oauth_scopes}
- Specified by:
getOauthScopesin interfaceComposerEnvironmentConfigNodeConfig
-
getServiceAccount
public final String getServiceAccount()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe Google Cloud Platform Service Account to be used by the node VMs.If a service account is not specified, the "default" Compute Engine service account is used. Cannot be updated. If given, note that the service account must have roles/composer.worker for any GCP resources created under the Cloud Composer Environment. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#service_account ComposerEnvironment#service_account}
- Specified by:
getServiceAccountin interfaceComposerEnvironmentConfigNodeConfig
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe Compute Engine subnetwork to be used for machine communications, specified as a self-link, relative resource name (e.g. "projects/{project}/regions/{region}/subnetworks/{subnetwork}"), or by name. If subnetwork is provided, network must also be provided and the subnetwork must belong to the enclosing environment's project and region.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#subnetwork ComposerEnvironment#subnetwork}
- Specified by:
getSubnetworkin interfaceComposerEnvironmentConfigNodeConfig
-
getTags
public final List<String> getTags()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe list of instance tags applied to all node VMs.Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with RFC1035. Cannot be updated. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#tags ComposerEnvironment#tags}
- Specified by:
getTagsin interfaceComposerEnvironmentConfigNodeConfig
-
getZone
public final String getZone()
Description copied from interface:ComposerEnvironmentConfigNodeConfigThe Compute Engine zone in which to deploy the VMs running the Apache Airflow software, specified as the zone name or relative resource name (e.g. "projects/{project}/zones/{zone}"). Must belong to the enclosing environment's project and region. This field is supported for Cloud Composer environments in versions composer-1..-airflow-..*.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#zone ComposerEnvironment#zone}
- Specified by:
getZonein interfaceComposerEnvironmentConfigNodeConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-