NAME

Webservice::OVH::Domain::Service

SYNOPSIS

use Webservice::OVH;

my $ovh = Webservice::OVH->new_from_json("credentials.json");

my $service = $ovh->domain->service("mydomain.org");

my $info = $service->service_info; my $last_update = $service->last_update;

DESCRIPTION

Provieds basic functionality for Services A service contact_change can be initialized.

METHODS

_new

Internal Method to create the service object. This method is not ment to be called external.

name

Name is the unique identifier.

service_infos

Retrieves additional infos about the service. Infos that are not part of the properties

properties

Retrieves properties of the service. This method updates the intern property variable.

dnssec_supported

Exposed Property Value. Readonly.

domain

Exposed Property Value. Readonly.

glue_record_ipv6_supported

Exposed Property Value. Readonly.

glue_record_multi_ip_supported

Exposed Property Value. Readonly.

last_update

Exposed Property Value. Readonly.

name_server_type

Exposed Property Value. Readonly.

offer

Exposed Property Value. Readonly.

owo_supported

Exposed Property Value. Readonly.

parent_service

Exposed Property Value. Readonly.

transfer_lock_status

Exposed Property Value. Readonly.

whois_owner

Exposed Property Value. Readonly.

change_contact

Initializes a change_contact procedure. This generates a task. An email is sent to the other account-