1VM::EC2::ELB::Listener(U3s)er Contributed Perl DocumentatViMo:n:EC2::ELB::Listener(3)
2
3
4

NAME

6       VM::EC2::ELB:Listener - Elastic Load Balancer Listener
7

SYNOPSIS

9        use VM::EC2;
10
11        my $ec2             = VM::EC2->new(...);
12        my $lb              = $ec2->describe_load_balancers('my-lb');
13        my @http_listeners  = map { grep { $_->LoadBalancerPort eq '80' } $_->Listener } $lb->ListenerDescriptions;
14

DESCRIPTION

16       This object is used to describe a listener attached to an Elastic Load
17       Balancer.
18

METHODS

20       The following object methods are supported:
21
22        Protocol           -- The protocol of the load balancer listener
23        LoadBalancerPort   -- The port the listener is listening on
24        InstanceProtocol   -- The protocol the load balancer uses to communicate
25                              with the instance
26        InstancePort       -- The port on the instance the load balancer connects to
27        SSLCertificateId   -- The ARN string of the server certificate
28

STRING OVERLOADING

30       When used in a string context, this object will return a string
31       containing all the parameters of the listener in a pretty format.
32

SEE ALSO

34       VM::EC2 VM::EC2::Generic VM::EC2::ELB VM::EC2::ELB::ListenerDescription
35

AUTHOR

37       Lance Kinley <lkinley@loyaltymethods.com>.
38
39       Copyright (c) 2012 Loyalty Methods, Inc.
40
41       This package and its accompanying libraries is free software; you can
42       redistribute it and/or modify it under the terms of the GPL (either
43       version 1, or at your option, any later version) or the Artistic
44       License 2.0.  Refer to LICENSE for the full license text. In addition,
45       please see DISCLAIMER.txt for disclaimers of warranty.
46
47
48
49perl v5.30.0                      2019-07-26         VM::EC2::ELB::Listener(3)
Impressum