public interface ZoneApi
ZoneAsyncApi| Modifier and Type | Method and Description |
|---|---|
ZoneProperties |
get(String name)
Retrieves information about the specified zone
|
com.google.common.collect.FluentIterable<Zone> |
listByAccount(String accountId)
Lists all zones in the specified account.
|
com.google.common.collect.FluentIterable<Zone> |
listByAccountAndType(String accountId,
Zone.Type type)
Lists all zones in the specified account of type
|
@Nullable ZoneProperties get(String name)
name - Name of the zone to get information about.com.google.common.collect.FluentIterable<Zone> listByAccount(String accountId) throws ResourceNotFoundException
ResourceNotFoundException - if the account doesn't existcom.google.common.collect.FluentIterable<Zone> listByAccountAndType(String accountId, Zone.Type type) throws ResourceNotFoundException
ResourceNotFoundException - if the account doesn't existCopyright © 2009-2013 jclouds. All Rights Reserved.