Package org.jclouds.route53.domain
Class HostedZoneAndNameServers
- java.lang.Object
-
- org.jclouds.route53.domain.HostedZoneAndNameServers
-
public final class HostedZoneAndNameServers extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostedZoneAndNameServers
create(HostedZone zone, Iterable<String> nameServers)
boolean
equals(Object obj)
com.google.common.collect.ImmutableList<String>
getNameServers()
the authoritative name servers for the hosted zoneHostedZone
getZone()
the hosted zoneint
hashCode()
String
toString()
-
-
-
Method Detail
-
getZone
public HostedZone getZone()
the hosted zone
-
getNameServers
public com.google.common.collect.ImmutableList<String> getNameServers()
the authoritative name servers for the hosted zone
-
create
public static HostedZoneAndNameServers create(HostedZone zone, Iterable<String> nameServers)
-
-