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