Package org.jclouds.dynect.v3.domain
Class CreatePrimaryZone
- java.lang.Object
-
- org.jclouds.dynect.v3.domain.CreatePrimaryZone
-
public final class CreatePrimaryZone extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreatePrimaryZone.Builder
static class
CreatePrimaryZone.ToFQDN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreatePrimaryZone.Builder
builder()
boolean
equals(Object obj)
String
getContact()
The administrative contact orrname
for theSOA
record.int
getDefaultTTL()
Default TTL (in seconds) for records in the zone.String
getFQDN()
The fqdn of the zone to createZone.SerialStyle
getSerialStyle()
The style of the zone's serial.int
hashCode()
CreatePrimaryZone.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
getFQDN
public String getFQDN()
The fqdn of the zone to create
-
getContact
public String getContact()
The administrative contact orrname
for theSOA
record.
-
getDefaultTTL
public int getDefaultTTL()
Default TTL (in seconds) for records in the zone. Defaults to 3600.
-
getSerialStyle
public Zone.SerialStyle getSerialStyle()
The style of the zone's serial. Defaults toZone.SerialStyle.INCREMENT
.
-
builder
public static CreatePrimaryZone.Builder builder()
-
toBuilder
public CreatePrimaryZone.Builder toBuilder()
-
-