1VM::EC2::ELB::AttributeUss:e:rCoCnonnetcrVtiMib:ou:ntEDeCrd2a:iP:neEirLnlBg:(D:3oA)ctutmreinbtuatteiso:n:ConnectionDraining(3)
2
3
4
6 VM::EC2::ELB:Attributes::ConnectionDraining - Object describing the
7 ConnectionDraining 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 $conn_drain = $lb->ConnectionDraining;
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 connection draining is enabled
24 for the load balancer.
25
26 Timeout -- Specifies the maximum time (in seconds) to keep
27 the existing connections open before deregistering
28 the instances.
29
31 When used in a string context, this object will interpolate the
32 instance state.
33
35 VM::EC2 VM::EC2::Generic VM::EC2::ELB
36
38 Lance Kinley <lkinley@loyaltymethods.com>.
39
40 Copyright (c) 2014 Loyalty Methods, Inc.
41
42 This package and its accompanying libraries is free software; you can
43 redistribute it and/or modify it under the terms of the GPL (either
44 version 1, or at your option, any later version) or the Artistic
45 License 2.0. Refer to LICENSE for the full license text. In addition,
46 please see DISCLAIMER.txt for disclaimers of warranty.
47
48
49
50perl v5.34.0 VM:2:0E2C12-:0:7E-L2B7::Attributes::ConnectionDraining(3)