Products
- class vshieldpy.products.Servers
Group of
Server’s.Contains servers and provides ease of use methods to get a certain server. Such as getting server from hostname.
- servers
Servers ordered by their identifier.
- Type:
- __iter__()
Yields each server that is stored.
- class vshieldpy.products.Server
Server object for ease of use whilst controlling a server.
- os
Operating system that is currently installed.
- plan
Plan of the server.
- autorenew
Current auto-renew status.
- status
If the server is running value is True and False if stopped.
- expiration
Date of expiration.
- Type:
- creation_date
Date of when the server was deployed.
- Type:
- class vshieldpy.products.PendingServer
A server that is pending deployment.
Provides information currently available.
- plan
Plan of the ordered server.
- location
Location of the server.
- Type:
vshieldpy.api_defs.locations.Locations
- date_paid
Date when the invoice for the server was paid.
- Type:
- class vshieldpy.products.DedicatedServer
Dedicated server object with ease of use methods.
- expiration
Date of expiration of the server.
- Type:
- class vshieldpy.products.Hosting
Hosting object containing related information.
- expiration
Date of when the hosting expires.
- Type:
- class vshieldpy.products.Services
Group of services with ease of use methods.
- property dedicated_servers
All owned dedicated servers.
- property hostings
All owned hostings.
- class vshieldpy.products.Firewall
Firewall object containing firewall stats.
Contains subdomain’s along with old and new attack statuses.
- allowed_req_per_sec
Requests that passed the firewall. This is the total number of accepted requests containing good (and possibly bad) requests.
- Type:
- subdomains
Subdomains container for all subdomains.
- history
Old attacks that were performed on the domain.
- Type:
- class vshieldpy.products.Subdomains
Subdomains object prividing practical methods for lookups.
- class vshieldpy.products.Subdomain
Subdomain and its current status.
- date
Date of when the subdomain was created/added.
- Type: