| Package | Description | 
|---|---|
| org.jclouds.dynect.v3.features | 
| Modifier and Type | Method and Description | 
|---|---|
Job | 
ZoneApi.delete(String fqdn)
Deletes the zone. 
 | 
Job | 
ZoneApi.deleteChanges(String fqdn)
Deletes changes to the specified zone that have been created during the
 current session but not yet published to the zone. 
 | 
Job | 
ZoneApi.freeze(String fqdn)
freezes the specified zone. 
 | 
Record<? extends Map<String,Object>> | 
RecordApi.get(RecordId recordId)
retrieves a resource record without regard to type 
 | 
Zone | 
ZoneApi.get(String fqdn)
Retrieves information about the specified zone. 
 | 
GeoService | 
GeoServiceApi.get(String serviceName)
Retrieves information about the specified geo service. 
 | 
GeoRegionGroup | 
GeoRegionGroupApi.get(String groupName)
Retrieves information about the specified geo region group 
 | 
Record<AData> | 
RecordApi.getA(String fqdn,
    long recordId)
Gets the  
ARecord or null if not present. | 
Record<AAAAData> | 
RecordApi.getAAAA(String fqdn,
       long recordId)
Gets the  
AAAARecord or null if not present. | 
Record<CNAMEData> | 
RecordApi.getCNAME(String fqdn,
        long recordId)
Gets the  
CNAMERecord or null if not present. | 
Record<MXData> | 
RecordApi.getMX(String fqdn,
     long recordId)
Gets the  
MXRecord or null if not present. | 
Record<NSData> | 
RecordApi.getNS(String fqdn,
     long recordId)
Gets the  
NSRecord or null if not present. | 
Record<PTRData> | 
RecordApi.getPTR(String fqdn,
      long recordId)
Gets the  
PTRRecord or null if not present. | 
SOARecord | 
RecordApi.getSOA(String fqdn,
      long recordId)
Gets the  
SOARecord or null if not present. | 
Record<SPFData> | 
RecordApi.getSPF(String fqdn,
      long recordId)
Gets the  
SPFRecord or null if not present. | 
Record<SRVData> | 
RecordApi.getSRV(String fqdn,
      long recordId)
Gets the  
SRVRecord or null if not present. | 
Record<SSHFPData> | 
RecordApi.getSSHFP(String fqdn,
        long recordId)
Gets the  
SSHFPRecord or null if not present. | 
Record<TXTData> | 
RecordApi.getTXT(String fqdn,
      long recordId)
Gets the  
TXTRecord or null if not present. | 
com.google.common.collect.FluentIterable<String> | 
ZoneApi.list()
Lists all zone ids. 
 | 
com.google.common.collect.FluentIterable<RecordId> | 
RecordApi.list()
Retrieves a list of resource record ids for all records of any type in the
 given zone. 
 | 
com.google.common.collect.FluentIterable<String> | 
GeoServiceApi.list()
Lists all geo service names. 
 | 
com.google.common.collect.FluentIterable<String> | 
GeoRegionGroupApi.list()
Lists all geo region group names. 
 | 
com.google.common.collect.FluentIterable<RecordId> | 
RecordApi.listByFQDN(String fqdn)
Retrieves a list of resource record ids for all records of the fqdn in the
 given zone 
 | 
com.google.common.collect.FluentIterable<RecordId> | 
RecordApi.listByFQDNAndType(String fqdn,
                 String type)
Retrieves a list of resource record ids for all records of the fqdn and
 type in the given zone 
 | 
Zone | 
ZoneApi.publish(String fqdn)
Publishes the current zone 
 | 
Job | 
ZoneApi.scheduleCreate(CreatePrimaryZone createZone)
Schedules addition of a new primary zone into the current session. 
 | 
Job | 
RecordApi.scheduleCreate(CreateRecord<?> newRecord)
Schedules addition of a new record into the current session. 
 | 
Job | 
ZoneApi.scheduleCreateWithContact(String fqdn,
                         String contact)
Schedules addition of a new primary zone with one hour default TTL and
  
Zone.SerialStyle.INCREMENT into the current session. | 
Job | 
RecordApi.scheduleDelete(RecordId recordId)
Schedules deletion of a record into the current session. 
 | 
Job | 
ZoneApi.thaw(String fqdn)
thaws the specified zone. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.