Class ComputeNetworkConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_network.ComputeNetworkConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeNetworkConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeNetworkConfig
@Stability(Stable) @Internal public static final class ComputeNetworkConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeNetworkConfig
An implementation forComputeNetworkConfig
-
-
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.compute_network.ComputeNetworkConfig
ComputeNetworkConfig.Builder, ComputeNetworkConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeNetworkConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNetworkConfig.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)ObjectgetAutoCreateSubnetworks()When set to 'true', the network is created in "auto subnet mode" and it will create a subnet for each region automatically across the '10.128.0.0/9' address range.ObjectgetConnection()ObjectgetCount()ObjectgetDeleteDefaultRoutesOnCreate()If set to 'true', default routes ('0.0.0.0/0') will be deleted immediately after network creation.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description of this resource.ObjectgetEnableUlaInternalIpv6()Enable ULA internal ipv6 on this network.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#id ComputeNetwork#id}.StringgetInternalIpv6Range()When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()NumbergetMtu()Maximum Transmission Unit in bytes.StringgetName()Name of the resource.StringgetNetworkFirewallPolicyEnforcementOrder()Set the order that Firewall Rules and Firewall Policies are evaluated.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#project ComputeNetwork#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRoutingMode()The network-wide routing mode to use.ComputeNetworkTimeoutsgetTimeouts()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(ComputeNetworkConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeNetworkConfig.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeNetworkConfigName of the resource.Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#name ComputeNetwork#name}
- Specified by:
getNamein interfaceComputeNetworkConfig
-
getAutoCreateSubnetworks
public final Object getAutoCreateSubnetworks()
Description copied from interface:ComputeNetworkConfigWhen set to 'true', the network is created in "auto subnet mode" and it will create a subnet for each region automatically across the '10.128.0.0/9' address range.When set to 'false', the network is created in "custom subnet mode" so the user can explicitly connect subnetwork resources. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#auto_create_subnetworks ComputeNetwork#auto_create_subnetworks}
- Specified by:
getAutoCreateSubnetworksin interfaceComputeNetworkConfig
-
getDeleteDefaultRoutesOnCreate
public final Object getDeleteDefaultRoutesOnCreate()
Description copied from interface:ComputeNetworkConfigIf set to 'true', default routes ('0.0.0.0/0') will be deleted immediately after network creation. Defaults to 'false'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#delete_default_routes_on_create ComputeNetwork#delete_default_routes_on_create}
- Specified by:
getDeleteDefaultRoutesOnCreatein interfaceComputeNetworkConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeNetworkConfigAn optional description of this resource. The resource must be recreated to modify this field.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#description ComputeNetwork#description}
- Specified by:
getDescriptionin interfaceComputeNetworkConfig
-
getEnableUlaInternalIpv6
public final Object getEnableUlaInternalIpv6()
Description copied from interface:ComputeNetworkConfigEnable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#enable_ula_internal_ipv6 ComputeNetwork#enable_ula_internal_ipv6}
- Specified by:
getEnableUlaInternalIpv6in interfaceComputeNetworkConfig
-
getId
public final String getId()
Description copied from interface:ComputeNetworkConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#id ComputeNetwork#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 interfaceComputeNetworkConfig
-
getInternalIpv6Range
public final String getInternalIpv6Range()
Description copied from interface:ComputeNetworkConfigWhen enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20.The input must be a valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will fail if the speficied /48 is already in used by another resource. If the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#internal_ipv6_range ComputeNetwork#internal_ipv6_range}
- Specified by:
getInternalIpv6Rangein interfaceComputeNetworkConfig
-
getMtu
public final Number getMtu()
Description copied from interface:ComputeNetworkConfigMaximum Transmission Unit in bytes.The default value is 1460 bytes. The minimum value for this field is 1300 and the maximum value is 8896 bytes (jumbo frames). Note that packets larger than 1500 bytes (standard Ethernet) can be subject to TCP-MSS clamping or dropped with an ICMP 'Fragmentation-Needed' message if the packets are routed to the Internet or other VPCs with varying MTUs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#mtu ComputeNetwork#mtu}
- Specified by:
getMtuin interfaceComputeNetworkConfig
-
getNetworkFirewallPolicyEnforcementOrder
public final String getNetworkFirewallPolicyEnforcementOrder()
Description copied from interface:ComputeNetworkConfigSet the order that Firewall Rules and Firewall Policies are evaluated. Default value: "AFTER_CLASSIC_FIREWALL" Possible values: ["BEFORE_CLASSIC_FIREWALL", "AFTER_CLASSIC_FIREWALL"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#network_firewall_policy_enforcement_order ComputeNetwork#network_firewall_policy_enforcement_order}
- Specified by:
getNetworkFirewallPolicyEnforcementOrderin interfaceComputeNetworkConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeNetworkConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#project ComputeNetwork#project}.- Specified by:
getProjectin interfaceComputeNetworkConfig
-
getRoutingMode
public final String getRoutingMode()
Description copied from interface:ComputeNetworkConfigThe network-wide routing mode to use.If set to 'REGIONAL', this network's cloud routers will only advertise routes with subnetworks of this network in the same region as the router. If set to 'GLOBAL', this network's cloud routers will advertise routes with all subnetworks of this network, across regions. Possible values: ["REGIONAL", "GLOBAL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#routing_mode ComputeNetwork#routing_mode}
- Specified by:
getRoutingModein interfaceComputeNetworkConfig
-
getTimeouts
public final ComputeNetworkTimeouts getTimeouts()
Description copied from interface:ComputeNetworkConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network#timeouts ComputeNetwork#timeouts}
- Specified by:
getTimeoutsin interfaceComputeNetworkConfig
-
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
-
-