Package | Description |
---|---|
org.jclouds.glesys.features | |
org.jclouds.glesys.options |
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) |
DomainRecord |
DomainApi.createRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options)
Add a DNS Record
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateRecordOptions |
Modifier and Type | Method and Description |
---|---|
AddRecordOptions |
AddRecordOptions.ttl(int ttl)
Configure TTL/Time-to-live for record
|
static AddRecordOptions |
AddRecordOptions.Builder.ttl(int ttl) |
Copyright © 2009-2013 jclouds. All Rights Reserved.