|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ultradns.ws.domain.Zone
public final class Zone
| Nested Class Summary | |
|---|---|
static class |
Zone.Builder
|
static class |
Zone.DNSSECStatus
|
static class |
Zone.Type
|
| Method Summary | |
|---|---|
static Zone.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getAccountId()
The account which this domain is a part of |
Zone.DNSSECStatus |
getDNSSECStatus()
signed status of the zone |
String |
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 when getType() is Zone.Type.SECONDARY. |
Zone.Type |
getType()
The type of the zone |
int |
getTypeCode()
The type of the zone |
int |
hashCode()
|
Zone.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getId()
public String getName()
jclouds.org. or 0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
public Zone.Type getType()
public int getTypeCode()
public String getAccountId()
public String getOwnerId()
public Zone.DNSSECStatus getDNSSECStatus()
public com.google.common.base.Optional<String> getPrimarySrc()
getType() is Zone.Type.SECONDARY. ex. 192.168.1.23
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static Zone.Builder builder()
public Zone.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||