Package | Description |
---|---|
org.jclouds.glesys.features | |
org.jclouds.glesys.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DomainRecord> |
DomainAsyncApi.updateRecord(String record_id,
UpdateRecordOptions options) |
DomainRecord |
DomainApi.updateRecord(String recordId,
UpdateRecordOptions options)
Modify a specific DNS Record
|
Modifier and Type | Method and Description |
---|---|
UpdateRecordOptions |
UpdateRecordOptions.data(String data)
Set the content of this record (depending on type, for an "A" record this would be an ip address)
|
static UpdateRecordOptions |
UpdateRecordOptions.Builder.data(String data) |
UpdateRecordOptions |
UpdateRecordOptions.host(String host)
Configure the hostname attached to this record
|
static UpdateRecordOptions |
UpdateRecordOptions.Builder.host(String host) |
UpdateRecordOptions |
UpdateRecordOptions.ttl(int ttl) |
static UpdateRecordOptions |
UpdateRecordOptions.Builder.ttl(int ttl) |
UpdateRecordOptions |
UpdateRecordOptions.type(String type)
Configure the type of record, ex.
|
static UpdateRecordOptions |
UpdateRecordOptions.Builder.type(String type) |
Copyright © 2009-2013 jclouds. All Rights Reserved.