1VM::EC2::ELB::AttributeUss:e:rCoCnonnetcrVtiMib:ou:ntESeCed2t:tP:ieEnrLglBs:(D:3oA)ctutmreinbtuatteiso:n:ConnectionSettings(3)
2
3
4
6 VM::EC2::ELB:Attributes::ConnectionSettings - Object describing the
7 ConnectionSettings 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_settings = $lb->ConnectionSettings;
15
17 This object is returned as part of the DescribeLoadBalancerAttributes
18 API call.
19
21 The following object methods are supported:
22
23 IdleTimeout -- Specifies the time (in seconds) the connection is
24 allowed to be idle (no data has been sent over the
25 connection) before it is closed by the load balancer.
26
28 When used in a string context, this object will interpolate the
29 instance state.
30
32 VM::EC2 VM::EC2::Generic VM::EC2::ELB
33
35 Lance Kinley <lkinley@loyaltymethods.com>.
36
37 Copyright (c) 2014 Loyalty Methods, Inc.
38
39 This package and its accompanying libraries is free software; you can
40 redistribute it and/or modify it under the terms of the GPL (either
41 version 1, or at your option, any later version) or the Artistic
42 License 2.0. Refer to LICENSE for the full license text. In addition,
43 please see DISCLAIMER.txt for disclaimers of warranty.
44
45
46
47perl v5.32.1 VM:2:0E2C12-:0:1E-L2B7::Attributes::ConnectionSettings(3)