-
-
08 Mar 2017 22:04:32 UTC
- Distribution: Megaport
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (505 / 0 / 11)
- Kwalitee
Bus factor: 0- 48.84% Coverage
- License: unknown
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (7.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Megaport::Session
DESCRIPTION
A
Megaport::Session
objects is generally only instantiated via a Megaport object as it needs to be passed a valid and authenticated Megaport::Client object. This class contains shortcuts to the various resources available.METHODS
ports
my $ports = $session->ports;
Returns a Megaport::Ports object which contains a list of what Megaport calls "partner ports". A partner port is effectively a Megaport on the network which is available to order a Virtual Cross Connect (VXC) to.
services
my $services = $session->services;
Returns a Megaport::Services object containing a list of services owned by the currently logged in user.
locations
my $locations = $session->locations;
Returns a Megaport::Locations object containing a list of on-net datacentres for Megaport.
AUTHOR
Cameron Daniel <cdaniel@cpan.org>
Module Install Instructions
To install Megaport, copy and paste the appropriate command in to your terminal.
cpanm Megaport
perl -MCPAN -e shell install Megaport
For more information on module installation, please visit the detailed CPAN module installation guide.