Class VpcAccessConnectorConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vpc_access_connector.VpcAccessConnectorConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VpcAccessConnectorConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VpcAccessConnectorConfig
@Stability(Stable) @Internal public static final class VpcAccessConnectorConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcAccessConnectorConfig
An implementation forVpcAccessConnectorConfig
-
-
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.vpc_access_connector.VpcAccessConnectorConfig
VpcAccessConnectorConfig.Builder, VpcAccessConnectorConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VpcAccessConnectorConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVpcAccessConnectorConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#id VpcAccessConnector#id}.StringgetIpCidrRange()The range of internal addresses that follows RFC 4632 notation.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetMachineType()Machine type of VM Instance underlying connector.NumbergetMaxInstances()Maximum value of instances in autoscaling group underlying the connector.NumbergetMaxThroughput()Maximum throughput of the connector in Mbps, must be greater than 'min_throughput'.NumbergetMinInstances()Minimum value of instances in autoscaling group underlying the connector.NumbergetMinThroughput()Minimum throughput of the connector in Mbps.StringgetName()The name of the resource (Max 25 characters).StringgetNetwork()Name or self_link of the VPC network.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#project VpcAccessConnector#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRegion()Region where the VPC Access connector resides.VpcAccessConnectorSubnetgetSubnet()subnet block.VpcAccessConnectorTimeoutsgetTimeouts()timeouts block.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(VpcAccessConnectorConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVpcAccessConnectorConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:VpcAccessConnectorConfigThe name of the resource (Max 25 characters).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#name VpcAccessConnector#name}
- Specified by:
getNamein interfaceVpcAccessConnectorConfig
-
getId
public final String getId()
Description copied from interface:VpcAccessConnectorConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#id VpcAccessConnector#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceVpcAccessConnectorConfig
-
getIpCidrRange
public final String getIpCidrRange()
Description copied from interface:VpcAccessConnectorConfigThe range of internal addresses that follows RFC 4632 notation. Example: '10.132.0.0/28'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#ip_cidr_range VpcAccessConnector#ip_cidr_range}
- Specified by:
getIpCidrRangein interfaceVpcAccessConnectorConfig
-
getMachineType
public final String getMachineType()
Description copied from interface:VpcAccessConnectorConfigMachine type of VM Instance underlying connector. Default is e2-micro.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#machine_type VpcAccessConnector#machine_type}
- Specified by:
getMachineTypein interfaceVpcAccessConnectorConfig
-
getMaxInstances
public final Number getMaxInstances()
Description copied from interface:VpcAccessConnectorConfigMaximum value of instances in autoscaling group underlying the connector.Value must be between 3 and 10, inclusive. Must be higher than the value specified by min_instances. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#max_instances VpcAccessConnector#max_instances}
- Specified by:
getMaxInstancesin interfaceVpcAccessConnectorConfig
-
getMaxThroughput
public final Number getMaxThroughput()
Description copied from interface:VpcAccessConnectorConfigMaximum throughput of the connector in Mbps, must be greater than 'min_throughput'.Default is 300. Refers to the expected throughput when using an e2-micro machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by min_throughput. If both max_throughput and max_instances are provided, max_instances takes precedence over max_throughput. The use of max_throughput is discouraged in favor of max_instances. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#max_throughput VpcAccessConnector#max_throughput}
- Specified by:
getMaxThroughputin interfaceVpcAccessConnectorConfig
-
getMinInstances
public final Number getMinInstances()
Description copied from interface:VpcAccessConnectorConfigMinimum value of instances in autoscaling group underlying the connector.Value must be between 2 and 9, inclusive. Must be lower than the value specified by max_instances. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#min_instances VpcAccessConnector#min_instances}
- Specified by:
getMinInstancesin interfaceVpcAccessConnectorConfig
-
getMinThroughput
public final Number getMinThroughput()
Description copied from interface:VpcAccessConnectorConfigMinimum throughput of the connector in Mbps.Default and min is 200. Refers to the expected throughput when using an e2-micro machine type. Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by max_throughput. If both min_throughput and min_instances are provided, min_instances takes precedence over min_throughput. The use of min_throughput is discouraged in favor of min_instances. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#min_throughput VpcAccessConnector#min_throughput}
- Specified by:
getMinThroughputin interfaceVpcAccessConnectorConfig
-
getNetwork
public final String getNetwork()
Description copied from interface:VpcAccessConnectorConfigName or self_link of the VPC network. Required if 'ip_cidr_range' is set.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#network VpcAccessConnector#network}
- Specified by:
getNetworkin interfaceVpcAccessConnectorConfig
-
getProject
public final String getProject()
Description copied from interface:VpcAccessConnectorConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#project VpcAccessConnector#project}.- Specified by:
getProjectin interfaceVpcAccessConnectorConfig
-
getRegion
public final String getRegion()
Description copied from interface:VpcAccessConnectorConfigRegion where the VPC Access connector resides. If it is not provided, the provider region is used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#region VpcAccessConnector#region}
- Specified by:
getRegionin interfaceVpcAccessConnectorConfig
-
getSubnet
public final VpcAccessConnectorSubnet getSubnet()
Description copied from interface:VpcAccessConnectorConfigsubnet block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#subnet VpcAccessConnector#subnet}
- Specified by:
getSubnetin interfaceVpcAccessConnectorConfig
-
getTimeouts
public final VpcAccessConnectorTimeouts getTimeouts()
Description copied from interface:VpcAccessConnectorConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vpc_access_connector#timeouts VpcAccessConnector#timeouts}
- Specified by:
getTimeoutsin interfaceVpcAccessConnectorConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-