Backend Server Args
data class BackendServerArgs(val backendServers: Output<List<BackendServerBackendServerArgs>>? = null, val deleteProtectionValidation: Output<Boolean>? = null, val loadBalancerId: Output<String>? = null) : ConvertibleToJava<BackendServerArgs>
Add a group of backend servers (ECS or ENI instance) to the Server Load Balancer or remove them from it.
NOTE: Available in 1.53.0+
Import
Load balancer backend server can be imported using the load balancer id.
$ pulumi import alicloud:slb/backendServer:BackendServer example <load_balancer_id>Content copied to clipboard
Constructors
Link copied to clipboard
fun BackendServerArgs(backendServers: Output<List<BackendServerBackendServerArgs>>? = null, deleteProtectionValidation: Output<Boolean>? = null, loadBalancerId: Output<String>? = null)