Uses of Class
org.jclouds.dynect.v3.DynECTExceptions.JobStillRunningException
Packages that use DynECTExceptions.JobStillRunningException
-
Uses of DynECTExceptions.JobStillRunningException in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features that throw DynECTExceptions.JobStillRunningExceptionModifier and TypeMethodDescriptionDeletes the zone.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.freezes the specified zone.Retrieves information about the specified geo region groupRetrieves information about the specified geo service.retrieves a resource record without regard to typeRetrieves information about the specified zone.Gets theinvalid reference
ARecord
Gets theinvalid reference
AAAARecord
Gets theinvalid reference
CNAMERecord
Gets theinvalid reference
MXRecord
Gets theinvalid reference
NSRecord
Gets theinvalid reference
PTRRecord
Gets theSOARecord
or null if not present.Gets theinvalid reference
SPFRecord
Gets theinvalid reference
SRVRecord
Gets theinvalid reference
SSHFPRecord
Gets theinvalid reference
TXTRecord
com.google.common.collect.FluentIterable
<String> GeoRegionGroupApi.list()
Lists all geo region group names.com.google.common.collect.FluentIterable
<String> GeoServiceApi.list()
Lists all geo service names.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> ZoneApi.list()
Lists all zone ids.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 zonecom.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 zonePublishes the current zoneRecordApi.scheduleCreate
(CreateRecord<?> newRecord) Schedules addition of a new record into the current session.ZoneApi.scheduleCreate
(CreatePrimaryZone createZone) Schedules addition of a new primary zone into the current session.ZoneApi.scheduleCreateWithContact
(String fqdn, String contact) Schedules addition of a new primary zone with one hour default TTL andinvalid reference
SerialStyle#INCREMENT
RecordApi.scheduleDelete
(RecordId recordId) Schedules deletion of a record into the current session.thaws the specified zone.