Class RouterNatSubnetworkArgs


  • public final class RouterNatSubnetworkArgs
    extends com.pulumi.resources.ResourceArgs
    • 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`.