Package org.jclouds.dynect.v3.domain
Class GeoRegionGroup
java.lang.Object
org.jclouds.dynect.v3.domain.GeoRegionGroup
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GeoRegionGroup.Builder
builder()
boolean
permits equals comparisons with subtypesA list of ISO-3166 two letter codes to represent the names of countries and their subdivisions or one of the predefined groups.getName()
Name of the Region Grouprecord sets assigned to this region group.com.google.common.base.Optional
<String> Name of the Geo Service.int
hashCode()
toString()
-
Method Details
-
getServiceName
Name of the Geo Service. Absent, if a member ofGeoService
-
getName
Name of the Region Group -
getCountries
A list of ISO-3166 two letter codes to represent the names of countries and their subdivisions or one of the predefined groups. -
getRecordSets
record sets assigned to this region group. -
hashCode
public int hashCode() -
equals
permits equals comparisons with subtypes -
toString
-
builder
-
toBuilder
-