NAME
Webservice::OVH::Hosting::Web
SYNOPSIS
DESCRIPTION
Gives access to services and zones connected to the uses account.
METHODS
_new
Internal Method to create the Web object. This method is not ment to be called external.
Parameter: $api_wrapper - ovh api wrapper object, $module - root object
Return: Webservice::OVH::Order
Synopsis: Webservice::OVH::Order->_new($ovh_api_wrapper, $self);
service_exists
Returns 1 if service is available for the connected account, 0 if not.
Parameter: $service_name - service name, $no_recheck - (optional)only for internal usage
Return: VALUE
Synopsis: print "mydomain.com exists" if $ovh->hosting->web->service_exists("mydomain.com");
services
Produces an array of all available services that are connected to the used account.
Return: ARRAY
Synopsis: my $services = $ovh->order->services();
service
Returns a single service by name
Parameter: $service_name - service name
Synopsis: my $service = $ovh->hosting->web->service("mydomain.com");