GetBackendServers
This data source provides the server load balancer backend servers related to a server load balancer..
NOTE: Available in 1.53.0+
Using GetBackendServers
function getBackendServers(args: GetBackendServersArgs, opts?: InvokeOptions): Promise<GetBackendServersResult>function get_backend_servers(ids=None, load_balancer_id=None, output_file=None, opts=None)func GetBackendServers(ctx *Context, args *GetBackendServersArgs, opts ...InvokeOption) (*GetBackendServersResult, error)public static class GetBackendServers {
public static Task<GetBackendServersResult> InvokeAsync(GetBackendServersArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Load
Balancer stringId ID of the SLB with attachments.
- Ids List<string>
List of attached ECS instance IDs.
- Output
File string
- Load
Balancer stringId ID of the SLB with attachments.
- Ids []string
List of attached ECS instance IDs.
- Output
File string
- load
Balancer stringId ID of the SLB with attachments.
- ids string[]
List of attached ECS instance IDs.
- output
File string
- load_
balancer_ strid ID of the SLB with attachments.
- ids List[str]
List of attached ECS instance IDs.
- output_
file str
GetBackendServers Result
The following output properties are available:
- Backend
Servers List<Pulumi.Ali Cloud. Slb. Outputs. Get Backend Servers Backend Server> - Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Load
Balancer stringId - Output
File string
- Backend
Servers []GetBackend Servers Backend Server - Id string
The provider-assigned unique ID for this managed resource.
- Ids []string
- Load
Balancer stringId - Output
File string
- backend
Servers GetBackend Servers Backend Server[] - id string
The provider-assigned unique ID for this managed resource.
- ids string[]
- load
Balancer stringId - output
File string
- backend_
servers List[GetBackend Servers Backend Server] - id str
The provider-assigned unique ID for this managed resource.
- ids List[str]
- load_
balancer_ strid - output_
file str
Supporting Types
GetBackendServersBackendServer
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.