Interface ComputeRouterNatSubnetwork
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRouterNatSubnetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.940Z") @Stability(Stable) public interface ComputeRouterNatSubnetwork extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRouterNatSubnetwork.BuilderA builder forComputeRouterNatSubnetworkstatic classComputeRouterNatSubnetwork.Jsii$ProxyAn implementation forComputeRouterNatSubnetwork
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRouterNatSubnetwork.Builderbuilder()StringgetName()Self-link of subnetwork to NAT.default 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.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Self-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}
-
getSourceIpRangesToNat
@Stability(Stable) @NotNull List<String> getSourceIpRangesToNat()
List 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}
-
getSecondaryIpRangeNames
@Stability(Stable) @Nullable default List<String> getSecondaryIpRangeNames()
List 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}
-
builder
@Stability(Stable) static ComputeRouterNatSubnetwork.Builder builder()
- Returns:
- a
ComputeRouterNatSubnetwork.BuilderofComputeRouterNatSubnetwork
-
-