1VM::EC2::ELB::BackendSeUrsveerrDCeosnctrriipbtuitoendV(M3P:)e:rElC2D:o:cEuLmBe:n:tBaatcikoenndServerDescription(3)
2
3
4
6 VM::EC2::ELB:BackendServerDescription - Load Balancer Backend Server
7 Description
8
10 use VM::EC2;
11
12 my $ec2 = VM::EC2->new(...);
13 my $lb = $ec2->describe_load_balancers('my-lb');
14 my @descs = $lb->BackendServerDescriptions;
15 foreach my $desc (@descs) {
16 print $desc->InstancePort,":\n";
17 foreach ($desc->PolicyNames) {
18 print $_,"\n";
19 }
20
21 }
22
24 This object is used to describe the BackendServerDescription data type,
25 which is one of the response elements of the DescribeLoadBalancers API
26 call.
27
29 The following object methods are supported:
30
31 InstancePort -- Returns the port on which the back-end server is listening.
32 PolicyNames -- Returns an array of policy names enabled for the back-end
33 server.
34
36 NONE.
37
39 VM::EC2 VM::EC2::Generic VM::EC2::Listener
40
42 Lance Kinley E>lb>lkinley@loyaltymethods.comE>gt>.
43
44 Copyright (c) 2012 Loyalty Methods, Inc.
45
46 This package and its accompanying libraries is free software; you can
47 redistribute it and/or modify it under the terms of the GPL (either
48 version 1, or at your option, any later version) or the Artistic
49 License 2.0. Refer to LICENSE for the full license text. In addition,
50 please see DISCLAIMER.txt for disclaimers of warranty.
51
52
53
54perl v5.32.0 2020V-M0:7:-E2C82::ELB::BackendServerDescription(3)