Modifier and Type | Class and Description |
---|---|
static class |
CreateRecord.Builder<D extends Map<String,Object>> |
Modifier and Type | Method and Description |
---|---|
static <D extends Map<String,Object>> |
builder() |
boolean |
equals(Object obj) |
String |
getFQDN() |
D |
getRData() |
int |
getTTL()
zero for zone default
|
String |
getType() |
int |
hashCode() |
CreateRecord.Builder<D> |
toBuilder() |
String |
toString() |
public String getFQDN()
Node.getFQDN()
public String getType()
RecordId.getType()
public int getTTL()
Record.getTTL()
public D getRData()
Record.getRData()
public static <D extends Map<String,Object>> CreateRecord.Builder<D> builder()
public CreateRecord.Builder<D> toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.