-
-
03 Sep 2020 20:15:28 UTC
- Distribution: Net-Fastly
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (291 / 0 / 0)
- Kwalitee
Bus factor: 1- 28.55% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (37.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 14 contributors- - Fastly Inc
-
andri
-
Andri Antoniades
-
Artur Bergman
-
Eric Hodel
-
Gabor Szabo
-
Geoffrey Schorkopf
-
Leon Brocard
-
Matthew Wodrich
-
Michael May
-
Simon Wistow
-
Steve Ivy
-
Tatsuhiko Miyagawa
-
Thom Mahoney
NAME
Net::Fastly::Director - Representation of an a logical collection of backends - for example all the asset servers in one data center
ACCESSORS
service
The id of the service this belongs to.
version
The number of the version this belongs to.
name
The domain name of this domain
type
what kind of Load Balancer group (currently always 1 meaning random)
retries
how many backends to search if it fails (default 5)
quorum
the percentage of capacity that needs to be up for a director to be considered up (default 75)
comment
a free form comment field
add_backend <backend object>
Add a Backend to a Director.
Returns true on success and false on failure.
delete_backend <backend object>
Delete a Backend from a Director
Returns true on success and false on failure.
Module Install Instructions
To install Net::Fastly, copy and paste the appropriate command in to your terminal.
cpanm Net::Fastly
perl -MCPAN -e shell install Net::Fastly
For more information on module installation, please visit the detailed CPAN module installation guide.