Package org.jclouds.ultradns.ws
Interface UltraDNSWSApi
- All Superinterfaces:
AutoCloseable
,Closeable
Provides access to Neustar UltraDNS via the SOAP API
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the account of the current user.getDirectionalGroupApiForAccount
(String accountId) Provides access to Account-Level Directional Group features.getDirectionalPoolApiForZone
(String zoneName) Provides access to Directional Pool features.Lists the directional regions available in the account.getResourceRecordApiForZone
(String zoneName) Provides access to Resource Record features.getRoundRobinPoolApiForZone
(String zoneName) Provides access to Round Robin Pool features.Provides access to Task features.getTrafficControllerPoolApiForZone
(String zoneName) Provides access to Traffic Controller Pool features.Provides access to Zone features.
-
Method Details
-
getCurrentAccount
Returns the account of the current user. -
getRegionsByIdAndName
@Named("getAvailableRegions") @POST com.google.common.collect.Multimap<IdAndName,String> getRegionsByIdAndName()Lists the directional regions available in the account. -
getZoneApi
ZoneApi getZoneApi()Provides access to Zone features. -
getResourceRecordApiForZone
Provides access to Resource Record features.- Parameters:
zoneName
- zoneName including a trailing dot
-
getRoundRobinPoolApiForZone
Provides access to Round Robin Pool features.- Parameters:
zoneName
- zoneName including a trailing dot
-
getTrafficControllerPoolApiForZone
Provides access to Traffic Controller Pool features.- Parameters:
zoneName
- zoneName including a trailing dot
-
getDirectionalGroupApiForAccount
Provides access to Account-Level Directional Group features.- Parameters:
accountId
- id of the account where the groups live.
-
getDirectionalPoolApiForZone
Provides access to Directional Pool features.- Parameters:
zoneName
- zoneName including a trailing dot
-
getTaskApi
TaskApi getTaskApi()Provides access to Task features.
-