GetLBRulePlainArgs

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

A collection of arguments for invoking getLBRule.

Constructors

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

Properties

Link copied to clipboard

The ID of the Load Balancer Rule.

Link copied to clipboard

The name of this Load Balancer Rule.

Functions

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