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 classCreatePrimaryZone.Builderstatic classCreatePrimaryZone.ToFQDN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreatePrimaryZone.Builderbuilder()booleanequals(Object obj)StringgetContact()The administrative contact orrnamefor theSOArecord.intgetDefaultTTL()Default TTL (in seconds) for records in the zone.StringgetFQDN()The fqdn of the zone to createZone.SerialStylegetSerialStyle()The style of the zone's serial.inthashCode()CreatePrimaryZone.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
getFQDN
public String getFQDN()
The fqdn of the zone to create
-
getContact
public String getContact()
The administrative contact orrnamefor theSOArecord.
-
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()
-
-