|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DomainApi
Provides synchronous access to Domain requests.
DomainAsyncApi,
| Method Summary | |
|---|---|
Domain |
create(String domain,
AddDomainOptions... options)
Add a domain to the Glesys dns-system |
DomainRecord |
createRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options)
Add a DNS Record |
void |
delete(String domain)
Remove a domain to the Glesys dns-system |
void |
deleteRecord(String recordId)
Delete a DNS record |
Domain |
get(String domain)
Get a specific domain. |
com.google.common.collect.FluentIterable<Domain> |
list()
Get a list of all domains for this account. |
Set<DomainRecord> |
listRecords(String domain)
Retrieve the DNS records for a given domain |
Domain |
update(String domain,
DomainOptions options)
Update a domain to the Glesys dns-system |
DomainRecord |
updateRecord(String recordId,
UpdateRecordOptions options)
Modify a specific DNS Record |
| Method Detail |
|---|
com.google.common.collect.FluentIterable<Domain> list()
Domain get(String domain)
Domain create(String domain,
AddDomainOptions... options)
domain - the name of the domain to add.options - optional parameters
Domain update(String domain,
DomainOptions options)
domain - the name of the domain to add.options - optional parameters
void delete(String domain)
domain - the name of the domain to removeSet<DomainRecord> listRecords(String domain)
domain - the name of the domain to retrieve records for
DomainRecord createRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options)
domain - the domain to add the record tooptions - optional settings for the record
DomainRecord updateRecord(String recordId,
UpdateRecordOptions options)
recordId - the id for the record to editoptions - the settings to changeto retrieve the necessary idsvoid deleteRecord(String recordId)
recordId - the id for the record to deleteto retrieve the necessary ids
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||