OutboundRuleFrontendIpConfigurationArgs

data class OutboundRuleFrontendIpConfigurationArgs(val id: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<OutboundRuleFrontendIpConfigurationArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>? = null

The ID of the Load Balancer Outbound Rule.

Link copied to clipboard
val name: Output<String>

The name of the Frontend IP Configuration.

Functions

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