LoadBalancerConfigurationResponse

data class LoadBalancerConfigurationResponse(val id: String? = null, val name: String, val properties: LoadBalancerConfigurationPropertiesResponse)

Describes the load balancer configuration.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String, properties: LoadBalancerConfigurationPropertiesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource Id

Link copied to clipboard

The name of the Load balancer

Link copied to clipboard

Properties of the load balancer configuration.