BackendServer

class BackendServer : KotlinCustomResource

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>

Properties

Link copied to clipboard

A list of instances to added backend server in the SLB. It contains three sub-fields as Block server follows.

Link copied to clipboard

Checking DeleteProtection of SLB instance before deleting. If true, this resource will not be deleted when its SLB instance enabled DeleteProtection. Default to false.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val loadBalancerId: Output<String>

ID of the load balancer.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>