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.createRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options)
Add a DNS Record
|
DomainRecord |
DomainApi.updateRecord(String recordId,
UpdateRecordOptions options)
Modify a specific DNS Record
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DomainRecord> |
DomainAsyncApi.createRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... 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
|
com.google.common.util.concurrent.ListenableFuture<DomainRecord> |
DomainAsyncApi.updateRecord(String record_id,
UpdateRecordOptions options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.