The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Webservice::OVH::Order::Domain

SYNOPSIS

    use Webservice::OVH;
    
    my $ovh = Webservice::OVH->new_from_json("credentials.json");
    
    my $available_domains = $ovh->order->domain->zone->existing;

DESCRIPTION

Only Helper Object to Web Api Sub-Object.

METHODS

_new

Internal Method to create the Domain object. This method is not ment to be called directly.

  • Parameter: $api_wrapper - ovh api wrapper object, $module - root object

  • Return: Webservice::OVH::Order::Domain

  • Synopsis: Webservice::OVH::Order::Domain->_new($ovh_api_wrapper, $module);

zone

Gives acces to the /order/domain/zone methods of the ovh api