OutboundRuleFrontendIpConfigurationArgs

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

Constructors

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

Functions

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

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.