public interface RecordApi
RecordAsyncApi
Modifier and Type | Method and Description |
---|---|
Record<? extends Map<String,Object>> |
get(RecordId recordId)
retrieves a resource record without regard to type
|
Record<AData> |
getA(String fqdn,
long recordId)
Gets the
ARecord or null if not present. |
Record<AAAAData> |
getAAAA(String fqdn,
long recordId)
Gets the
AAAARecord or null if not present. |
Record<CNAMEData> |
getCNAME(String fqdn,
long recordId)
Gets the
CNAMERecord or null if not present. |
Record<MXData> |
getMX(String fqdn,
long recordId)
Gets the
MXRecord or null if not present. |
Record<NSData> |
getNS(String fqdn,
long recordId)
Gets the
NSRecord or null if not present. |
Record<PTRData> |
getPTR(String fqdn,
long recordId)
Gets the
PTRRecord or null if not present. |
SOARecord |
getSOA(String fqdn,
long recordId)
Gets the
SOARecord or null if not present. |
Record<SRVData> |
getSRV(String fqdn,
long recordId)
Gets the
SRVRecord or null if not present. |
Record<TXTData> |
getTXT(String fqdn,
long recordId)
Gets the
TXTRecord or null if not present. |
com.google.common.collect.FluentIterable<RecordId> |
list()
Retrieves a list of resource record ids for all records of any type in the
given zone throws JobStillRunningException;
|
com.google.common.collect.FluentIterable<RecordId> list() throws DynECTExceptions.JobStillRunningException
Record<? extends Map<String,Object>> get(RecordId recordId) throws DynECTExceptions.JobStillRunningException
DynECTExceptions.JobStillRunningException
Record<AAAAData> getAAAA(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
AAAARecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Record<AData> getA(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
ARecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Record<CNAMEData> getCNAME(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
CNAMERecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Record<MXData> getMX(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
MXRecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Record<NSData> getNS(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
NSRecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Record<PTRData> getPTR(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
PTRRecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
SOARecord getSOA(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
SOARecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Record<SRVData> getSRV(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
SRVRecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Record<TXTData> getTXT(String fqdn, long recordId) throws DynECTExceptions.JobStillRunningException
TXTRecord
or null if not present.fqdn
- RecordId.getFQDN()
recordId
- RecordId.getId()
DynECTExceptions.JobStillRunningException
Copyright © 2009-2013 jclouds. All Rights Reserved.