Uses of Class
org.jclouds.ultradns.ws.domain.IdAndName
-
Packages that use IdAndName Package Description org.jclouds.ultradns.ws org.jclouds.ultradns.ws.domain org.jclouds.ultradns.ws.xml -
-
Uses of IdAndName in org.jclouds.ultradns.ws
Methods in org.jclouds.ultradns.ws that return IdAndName Modifier and Type Method Description IdAndName
UltraDNSWSApi. getCurrentAccount()
Returns the account of the current user.Methods in org.jclouds.ultradns.ws that return types with arguments of type IdAndName Modifier and Type Method Description com.google.common.collect.Multimap<IdAndName,String>
UltraDNSWSApi. getRegionsByIdAndName()
Lists the directional regions available in the account. -
Uses of IdAndName in org.jclouds.ultradns.ws.domain
Methods in org.jclouds.ultradns.ws.domain that return IdAndName Modifier and Type Method Description static IdAndName
IdAndName. create(String id, String name)
Methods in org.jclouds.ultradns.ws.domain that return types with arguments of type IdAndName Modifier and Type Method Description com.google.common.base.Optional<IdAndName>
DirectionalPoolRecordDetail. getGeolocationGroup()
group containing territories.com.google.common.base.Optional<IdAndName>
DirectionalPoolRecordDetail. getGroup()
group containing all regions that you have not specifically configured inDirectionalPoolRecordDetail.getGeolocationGroup()
com.google.common.base.Optional<IdAndName>
DirectionalPoolRecordDetail. getSourceIpGroup()
group containing IPV4 or IPV6 ranges.static com.google.common.base.Predicate<IdAndName>
IdAndName. nameEqualTo(String name)
convenience predicate as typically the user is unaware of the system generated id of a resourceMethods in org.jclouds.ultradns.ws.domain with parameters of type IdAndName Modifier and Type Method Description DirectionalPoolRecordDetail.Builder
DirectionalPoolRecordDetail.Builder. geolocationGroup(IdAndName geolocationGroup)
DirectionalPoolRecordDetail.Builder
DirectionalPoolRecordDetail.Builder. group(IdAndName group)
DirectionalPoolRecordDetail.Builder
DirectionalPoolRecordDetail.Builder. sourceIpGroup(IdAndName sourceIpGroup)
-
Uses of IdAndName in org.jclouds.ultradns.ws.xml
Methods in org.jclouds.ultradns.ws.xml that return IdAndName Modifier and Type Method Description IdAndName
AccountHandler. getResult()
Methods in org.jclouds.ultradns.ws.xml that return types with arguments of type IdAndName Modifier and Type Method Description com.google.common.collect.Multimap<IdAndName,String>
RegionListHandler. getResult()
-