public final class CreatePrimaryZone extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CreatePrimaryZone.Builder |
static class |
CreatePrimaryZone.ToFQDN |
Modifier and Type | Method and Description |
---|---|
static CreatePrimaryZone.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getContact()
The administrative contact or
rname for the SOA record. |
int |
getDefaultTTL()
Default TTL (in seconds) for records in the zone.
|
String |
getFQDN()
The fqdn of the zone to create
|
Zone.SerialStyle |
getSerialStyle()
The style of the zone's serial.
|
int |
hashCode() |
CreatePrimaryZone.Builder |
toBuilder() |
String |
toString() |
public String getFQDN()
public String getContact()
rname
for the SOA
record.public int getDefaultTTL()
public Zone.SerialStyle getSerialStyle()
Zone.SerialStyle.INCREMENT
.public static CreatePrimaryZone.Builder builder()
public CreatePrimaryZone.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.