public interface UltraDNSWSApi extends Closeable
Modifier and Type | Method and Description |
---|---|
IdAndName |
getCurrentAccount()
Returns the account of the current user.
|
DirectionalGroupApi |
getDirectionalGroupApiForAccount(String accountId)
Provides access to Account-Level Directional Group features.
|
DirectionalPoolApi |
getDirectionalPoolApiForZone(String zoneName)
Provides access to Directional Pool features.
|
com.google.common.collect.Multimap<IdAndName,String> |
getRegionsByIdAndName()
Lists the directional regions available in the account.
|
ResourceRecordApi |
getResourceRecordApiForZone(String zoneName)
Provides access to Resource Record features.
|
RoundRobinPoolApi |
getRoundRobinPoolApiForZone(String zoneName)
Provides access to Round Robin Pool features.
|
TaskApi |
getTaskApi()
Provides access to Task features.
|
TrafficControllerPoolApi |
getTrafficControllerPoolApiForZone(String zoneName)
Provides access to Traffic Controller Pool features.
|
ZoneApi |
getZoneApi()
Provides access to Zone features.
|
@Named(value="getAccountsListOfUser") IdAndName getCurrentAccount()
@Named(value="getAvailableRegions") com.google.common.collect.Multimap<IdAndName,String> getRegionsByIdAndName()
ZoneApi getZoneApi()
ResourceRecordApi getResourceRecordApiForZone(String zoneName)
zoneName
- zoneName including a trailing dotRoundRobinPoolApi getRoundRobinPoolApiForZone(String zoneName)
zoneName
- zoneName including a trailing dotTrafficControllerPoolApi getTrafficControllerPoolApiForZone(String zoneName)
zoneName
- zoneName including a trailing dotDirectionalGroupApi getDirectionalGroupApiForAccount(String accountId)
accountId
- id of the account where the groups live.DirectionalPoolApi getDirectionalPoolApiForZone(String zoneName)
zoneName
- zoneName including a trailing dotTaskApi getTaskApi()
Copyright © 2009-2013 jclouds. All Rights Reserved.