public final class Zone extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Zone.Builder  | 
static class  | 
Zone.DNSSECStatus  | 
static class  | 
Zone.Type  | 
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
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()
public static Zone.Builder builder()
public Zone.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.