GetLBRulePlainArgs

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

A collection of arguments for invoking getLBRule.

Constructors

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

Functions

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

Properties

Link copied to clipboard

The ID of the Load Balancer Rule.

Link copied to clipboard

The name of this Load Balancer Rule.