Package com.pulumi.gcp.compute.inputs
Class RouterNatSubnetworkArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.inputs.RouterNatSubnetworkArgs
-
public final class RouterNatSubnetworkArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouterNatSubnetworkArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RouterNatSubnetworkArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RouterNatSubnetworkArgs.Builder
builder()
static RouterNatSubnetworkArgs.Builder
builder(RouterNatSubnetworkArgs defaults)
com.pulumi.core.Output<java.lang.String>
name()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
secondaryIpRangeNames()
com.pulumi.core.Output<java.util.List<java.lang.String>>
sourceIpRangesToNats()
-
-
-
Field Detail
-
Empty
public static final RouterNatSubnetworkArgs Empty
-
-
Method Detail
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- Self-link of subnetwork to NAT
-
secondaryIpRangeNames
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> secondaryIpRangeNames()
- Returns:
- 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
-
sourceIpRangesToNats
public com.pulumi.core.Output<java.util.List<java.lang.String>> sourceIpRangesToNats()
- Returns:
- 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`.
-
builder
public static RouterNatSubnetworkArgs.Builder builder()
-
builder
public static RouterNatSubnetworkArgs.Builder builder(RouterNatSubnetworkArgs defaults)
-
-