
com.pulumi.azure.lb.kotlin.outputs.GetBackendAddressPoolBackendAddressInboundNatRulePortMapping.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.lb.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
*
* @property backendPort The Backend Port of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool Address.
* @property frontendPort The Frontend Port of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool Address.
* @property inboundNatRuleName The name of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool Address.
*/
public data class GetBackendAddressPoolBackendAddressInboundNatRulePortMapping(
public val backendPort: Int,
public val frontendPort: Int,
public val inboundNatRuleName: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.lb.outputs.GetBackendAddressPoolBackendAddressInboundNatRulePortMapping):
GetBackendAddressPoolBackendAddressInboundNatRulePortMapping =
GetBackendAddressPoolBackendAddressInboundNatRulePortMapping(
backendPort = javaType.backendPort(),
frontendPort = javaType.frontendPort(),
inboundNatRuleName = javaType.inboundNatRuleName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy