Package | Description |
---|---|
org.jclouds.dynect.v3.domain | |
org.jclouds.dynect.v3.features | |
org.jclouds.dynect.v3.functions | |
org.jclouds.dynect.v3.predicates |
Modifier and Type | Class and Description |
---|---|
class |
Record<D extends Map<String,Object>> |
class |
SOARecord
Start of Authority per RFC 1035
|
Modifier and Type | Method and Description |
---|---|
RecordId |
RecordId.Builder.build() |
Modifier and Type | Method and Description |
---|---|
SOARecord.Builder |
SOARecord.Builder.from(RecordId in) |
B |
RecordId.Builder.from(RecordId in) |
B |
Record.Builder.from(RecordId in) |
Modifier and Type | Method and Description |
---|---|
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<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
|
Modifier and Type | Method and Description |
---|---|
Record<? extends Map<String,Object>> |
RecordApi.get(RecordId recordId)
retrieves a resource record without regard to type
|
Job |
RecordApi.scheduleDelete(RecordId recordId)
Schedules deletion of a record into the current session.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<RecordId> |
ToRecordIds.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
static <R extends RecordId> |
RecordPredicates.typeEquals(String type)
matches type of the given record
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.