Get LBRule Result
data class GetLBRuleResult(val backendAddressPoolId: String, val backendPort: Int, val disableOutboundSnat: Boolean, val enableFloatingIp: Boolean, val enableTcpReset: Boolean, val frontendIpConfigurationName: String, val frontendPort: Int, val id: String, val idleTimeoutInMinutes: Int, val loadDistribution: String, val loadbalancerId: String, val name: String, val probeId: String, val protocol: String)
A collection of values returned by getLBRule.
Constructors
Link copied to clipboard
fun GetLBRuleResult(backendAddressPoolId: String, backendPort: Int, disableOutboundSnat: Boolean, enableFloatingIp: Boolean, enableTcpReset: Boolean, frontendIpConfigurationName: String, frontendPort: Int, id: String, idleTimeoutInMinutes: Int, loadDistribution: String, loadbalancerId: String, name: String, probeId: String, protocol: String)