GetLBOutboundRulePlainArgs

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

A collection of arguments for invoking getLBOutboundRule.

Constructors

Link copied to clipboard
constructor(loadbalancerId: String, name: String)

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.

Functions

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