1VM::EC2::ELB::Policies:U:sLeBrCoCVooMkn:it:erESiCtb2iu:ct:keEidLnBeP:se:srPPloollDiioccciyue(ms3e:)n:tLaBtCiooonkieStickinessPolicy(3)
2
3
4
6 VM::EC2::ELB::Policies::LBCookieStickinessPolicy - Object describing a
7 Load Balancer Cookie Stickiness Policy
8
10 use VM::EC2;
11
12 $ec2 = VM::EC2->new(...);
13 $lb = $ec2->describe_load_balancers('my-lb');
14 $p = $lb->Policies;
15
16 @lb_policies = $p->LBCookieStickinessPolicies;
17
19 This object is used to describe the parameters used to create an
20
22 The following object methods are supported:
23
24 PolicyName -- The name of the policy
25 CookieExpirationPeriod -- Expiration period for the policy
26
28 In string context, the object will return the policy name.
29
31 VM::EC2 VM::EC2::Generic VM::EC2::ELB VM::EC2::ELB::Policies
32
34 Lance Kinley <lkinley@loyaltymethods.com>.
35
36 Copyright (c) 2012 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.36.0 VM::EC22:0:2E3L-B0:1:-P2o0licies::LBCookieStickinessPolicy(3)