Package | Description |
---|---|
org.jclouds.glesys.domain | |
org.jclouds.glesys.features |
Modifier and Type | Method and Description |
---|---|
DomainRecord |
DomainRecord.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
DomainRecord.Builder.fromDomainRecord(DomainRecord in) |
Modifier and Type | Method and Description |
---|---|
DomainRecord |
DomainApi.addRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options)
Add a DNS Record
|
DomainRecord |
DomainApi.editRecord(String recordId,
EditRecordOptions... options)
Modify a specific DNS Record
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DomainRecord> |
DomainAsyncApi.addRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options) |
com.google.common.util.concurrent.ListenableFuture<DomainRecord> |
DomainAsyncApi.editRecord(String record_id,
EditRecordOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<DomainRecord>> |
DomainAsyncApi.listRecords(String domain) |
Set<DomainRecord> |
DomainApi.listRecords(String domain)
Retrieve the DNS records for a given domain
|
Copyright © 2009-2012 jclouds. All Rights Reserved.