org.jclouds.route53.domain
Class HostedZoneAndNameServers
java.lang.Object
org.jclouds.route53.domain.HostedZoneAndNameServers
public final class HostedZoneAndNameServers
- extends Object
getZone
public HostedZone getZone()
- the hosted zone
getNameServers
public com.google.common.collect.ImmutableList<String> getNameServers()
- the authoritative name servers for the hosted zone
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
create
public static HostedZoneAndNameServers create(HostedZone zone,
Iterable<String> nameServers)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.