GetLBOutboundRulePlainArgs

data class GetLBOutboundRulePlainArgs(val loadbalancerId: String, val name: String) : ConvertibleToJava<GetLBOutboundRulePlainArgs>

A collection of arguments for invoking getLBOutboundRule.

Constructors

Link copied to clipboard
fun GetLBOutboundRulePlainArgs(loadbalancerId: String, name: String)

Functions

Link copied to clipboard
open override fun toJava(): GetLBOutboundRulePlainArgs

Properties

Link copied to clipboard

The ID of the Load Balancer in which the Outbound Rule exists.

Link copied to clipboard

The name of this Load Balancer Outbound Rule.