VPNs

Skytap API object wrapping Skytap VPNs.

This roughly translates to the Skytap API call of /v2/vpns REST call, but gives us better access to the bits and pieces of the VPN.

If accessed via the command line (python -m skytap.Vpns) this will return the VPN information from Skytap in a JSON format.

class skytap.Vpns.Vpns

Bases: skytap.models.SkytapGroup.SkytapGroup

Set of Skytap VPNs.

Example

v = skytap.Vpns() print len(v)