Class DNSServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.dns.v2.internal.BaseDNSServices
-
- org.openstack4j.openstack.dns.v2.internal.DNSServiceImpl
-
- All Implemented Interfaces:
DNSService,RestService
public class DNSServiceImpl extends BaseDNSServices implements DNSService
DNS/Designate V2 service implementation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description DNSServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordsetServicerecordsets()Recordset Service APIZoneServicezones()Zone Service API-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
zones
public ZoneService zones()
Description copied from interface:DNSServiceZone Service API- Specified by:
zonesin interfaceDNSService- Returns:
- the zone service
-
recordsets
public RecordsetService recordsets()
Description copied from interface:DNSServiceRecordset Service API- Specified by:
recordsetsin interfaceDNSService- Returns:
- the recordsets service
-
-