Class ComputeRouterNatSubnetwork.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_router_nat.ComputeRouterNatSubnetwork.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRouterNatSubnetwork,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRouterNatSubnetwork
@Stability(Stable) @Internal public static final class ComputeRouterNatSubnetwork.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRouterNatSubnetwork
An implementation forComputeRouterNatSubnetwork
-
-
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_router_nat.ComputeRouterNatSubnetwork
ComputeRouterNatSubnetwork.Builder, ComputeRouterNatSubnetwork.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRouterNatSubnetwork.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRouterNatSubnetwork.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)StringgetName()Self-link of subnetwork to NAT.List<String>getSecondaryIpRangeNames()List of the secondary ranges of the subnetwork that are allowed to use NAT.List<String>getSourceIpRangesToNat()List of options for which source IPs in the subnetwork should have NAT enabled.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(ComputeRouterNatSubnetwork.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRouterNatSubnetwork.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ComputeRouterNatSubnetworkSelf-link of subnetwork to NAT.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#name ComputeRouterNat#name}
- Specified by:
getNamein interfaceComputeRouterNatSubnetwork
-
getSourceIpRangesToNat
public final List<String> getSourceIpRangesToNat()
Description copied from interface:ComputeRouterNatSubnetworkList of options for which source IPs in the subnetwork should have NAT enabled. Supported values include: 'ALL_IP_RANGES', 'LIST_OF_SECONDARY_IP_RANGES', 'PRIMARY_IP_RANGE'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#source_ip_ranges_to_nat ComputeRouterNat#source_ip_ranges_to_nat}
- Specified by:
getSourceIpRangesToNatin interfaceComputeRouterNatSubnetwork
-
getSecondaryIpRangeNames
public final List<String> getSecondaryIpRangeNames()
Description copied from interface:ComputeRouterNatSubnetworkList of the secondary ranges of the subnetwork that are allowed to use NAT.This can be populated only if 'LIST_OF_SECONDARY_IP_RANGES' is one of the values in sourceIpRangesToNat Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_router_nat#secondary_ip_range_names ComputeRouterNat#secondary_ip_range_names}
- Specified by:
getSecondaryIpRangeNamesin interfaceComputeRouterNatSubnetwork
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-