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 classstatic final class - 
Method Summary
Modifier and TypeMethodDescriptionstatic CreatePrimaryZone.Builderbuilder()booleanThe administrative contact orrnamefor theSOArecord.intDefault TTL (in seconds) for records in the zone.getFQDN()The fqdn of the zone to createThe style of the zone's serial.inthashCode()toString() 
- 
Method Details
- 
getFQDN
The fqdn of the zone to create - 
getContact
The administrative contact orrnamefor theSOArecord. - 
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
 
 -