LoadBalancerResourceNamesResponse

data class LoadBalancerResourceNamesResponse(val backendPoolNames: List<String>? = null, val frontendIpConfigurationNames: List<String>? = null, val healthProbeNames: List<String>? = null, val loadBalancerName: String? = null)

The resource names object for load balancer and related resources.

Constructors

Link copied to clipboard
constructor(backendPoolNames: List<String>? = null, frontendIpConfigurationNames: List<String>? = null, healthProbeNames: List<String>? = null, loadBalancerName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1

Link copied to clipboard

The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.

Link copied to clipboard

The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.

Link copied to clipboard

The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.