Package org.jclouds.ultradns.ws.domain
Class Zone
- java.lang.Object
-
- org.jclouds.ultradns.ws.domain.Zone
-
public final class Zone extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Zone.Builder
static class
Zone.DNSSECStatus
static class
Zone.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Zone.Builder
builder()
boolean
equals(Object obj)
String
getAccountId()
The account which this domain is a part ofZone.DNSSECStatus
getDNSSECStatus()
signed status of the zoneString
getId()
The ID of the zone.String
getName()
The name of the domain.String
getOwnerId()
The user that created this zone.com.google.common.base.Optional<String>
getPrimarySrc()
present whengetType()
isZone.Type.SECONDARY
.Zone.Type
getType()
The type of the zoneint
getTypeCode()
The type of the zoneint
hashCode()
Zone.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
The ID of the zone.
-
getName
public String getName()
The name of the domain. ex.jclouds.org.
or0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
-
getType
public Zone.Type getType()
The type of the zone
-
getTypeCode
public int getTypeCode()
The type of the zone
-
getAccountId
public String getAccountId()
The account which this domain is a part of
-
getOwnerId
public String getOwnerId()
The user that created this zone.
-
getDNSSECStatus
public Zone.DNSSECStatus getDNSSECStatus()
signed status of the zone
-
getPrimarySrc
public com.google.common.base.Optional<String> getPrimarySrc()
-
builder
public static Zone.Builder builder()
-
toBuilder
public Zone.Builder toBuilder()
-
-