nextHopIlb

@JvmName(name = "akjlnmcweseonypm")
suspend fun nextHopIlb(value: Output<String>)
@JvmName(name = "kiamlsjgkflparvn")
suspend fun nextHopIlb(value: String?)

Parameters

value

The IP address or URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets. With the GA provider you can only specify the forwarding rule as a partial or full URL. For example, the following are all valid values:

  • 10.128.0.56

  • https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule

  • regions/region/forwardingRules/forwardingRule When the beta provider, you can also specify the IP address of a forwarding rule from the same VPC or any peered VPC. Note that this can only be used when the destinationRange is a public (non-RFC 1918) IP CIDR range.