Uses of Class
org.jclouds.ultradns.ws.domain.IdAndName

Packages that use IdAndName
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
 IdAndName UltraDNSWSApi.getCurrentAccount()
          Returns the account of the current user.
 

Methods in org.jclouds.ultradns.ws that return types with arguments of type IdAndName
 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
static IdAndName IdAndName.create(String id, String name)
           
 

Methods in org.jclouds.ultradns.ws.domain that return types with arguments of type IdAndName
 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 in DirectionalPoolRecordDetail.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 resource
 

Methods in org.jclouds.ultradns.ws.domain with parameters of type IdAndName
 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
 IdAndName AccountHandler.getResult()
           
 

Methods in org.jclouds.ultradns.ws.xml that return types with arguments of type IdAndName
 com.google.common.collect.Multimap<IdAndName,String> RegionListHandler.getResult()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.