Package org.jclouds.dynect.v3.domain
Class CreatePrimaryZone
java.lang.Object
org.jclouds.dynect.v3.domain.CreatePrimaryZone
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic CreatePrimaryZone.Builder
builder()
boolean
The administrative contact orrname
for theSOA
record.int
Default TTL (in seconds) for records in the zone.getFQDN()
The fqdn of the zone to createThe style of the zone's serial.int
hashCode()
toString()
-
Method Details
-
getFQDN
The fqdn of the zone to create -
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
The style of the zone's serial. Defaults toZone.SerialStyle.INCREMENT
. -
hashCode
public int hashCode() -
equals
-
toString
-
builder
-
toBuilder
-