1VM::EC2::ELB::AttributeUss:e:rCrCVooMsn:st:ZrEoiCnb2eu:Lt:oeEadLdBBP:ae:lrAaltntcDrioincbguu(mt3ee)nst:a:tCiroonssZoneLoadBalancing(3)
2
3
4
6 VM::EC2::ELB:Attributes::CrossZoneLoadBalancing - Object describing the
7 CrossZoneLoadBalancing attribute of an Elastic Load Balancer.
8
10 use VM::EC2;
11
12 my $ec2 = VM::EC2->new(...);
13 my $lb = $ec2->describe_load_balancer_attributes('my-lb');
14 my $cross_zone = $lb->CrossZoneLoadBalancing;
15
17 This object is returned as part of the DescribeLoadBalancerAttributes
18 API call.
19
21 The following object methods are supported:
22
23 Enabled -- Specifies whether cross-zone load balancing is
24 enabled for the load balancer
25
27 When used in a string context, this object will interpolate the
28 instance state.
29
31 VM::EC2 VM::EC2::Generic VM::EC2::ELB
32
34 Lance Kinley <lkinley@loyaltymethods.com>.
35
36 Copyright (c) 2014 Loyalty Methods, Inc.
37
38 This package and its accompanying libraries is free software; you can
39 redistribute it and/or modify it under the terms of the GPL (either
40 version 1, or at your option, any later version) or the Artistic
41 License 2.0. Refer to LICENSE for the full license text. In addition,
42 please see DISCLAIMER.txt for disclaimers of warranty.
43
44
45
46perl v5.28.0 VM::EC22:0:1E8L-B0:7:-A1t5tributes::CrossZoneLoadBalancing(3)