public interface SearchService
Modifier and Type | Method and Description |
---|---|
Iterable<Enterprise> |
searchEnterprises(EnterpriseOptions options)
Get the list of filtered enterprises.
|
Iterable<Enterprise> |
searchEnterprisesUsingDatacenter(Datacenter datacenter,
EnterpriseOptions options)
Get the list of filtered enterprises for a datacenter.
|
Iterable<PrivateIp> |
searchPrivateIps(PrivateNetwork network,
IpOptions options)
Get the list of filtered ips for a private network.
|
Iterable<PublicIp> |
searchPublicIpsToPurchase(VirtualDatacenter virtualDatacenter,
IpOptions options)
Get the list of filtered public ips to purchase by a virtual datacenter.
|
Iterable<PublicIp> |
searchPurchasedPublicIps(VirtualDatacenter virtualDatacenter,
IpOptions options)
Get the list of filtered purchased public ips by a virtual datacenter.
|
Iterable<LogicServer> |
searchServiceProfiles(ManagedRack rack,
FilterOptions options)
Get the list of service profiles for managed rack.
|
Iterable<LogicServer> |
searchServiceProfileTemplates(ManagedRack rack,
FilterOptions options)
Get the list of service profile templates for managed rack.
|
Iterable<StoragePool> |
searchStoragePools(StorageDevice device,
StoragePoolOptions options)
Get the list of filtered storage pools for a storage device.
|
Iterable<Volume> |
searchVolumes(VirtualDatacenter virtualDatacenter,
VolumeOptions options)
Get the list of filtered volumes for a virtual datacenter.
|
Iterable<Enterprise> searchEnterprises(EnterpriseOptions options)
options
- The set of filtering and pagination options of the search.Iterable<Enterprise> searchEnterprisesUsingDatacenter(Datacenter datacenter, EnterpriseOptions options)
datacenter
- The given datacenter.options
- The set of filtering and pagination options of the search. http://community.abiquo.com/display/ABI20/Datacenter+Resource#DatacenterResource-
Retrievealistofenterprisesusingdatacenter
Iterable<Volume> searchVolumes(VirtualDatacenter virtualDatacenter, VolumeOptions options)
virtualDatacenter
- The given virtual datacenter.options
- The set of filtering and pagination options of the search.Iterable<StoragePool> searchStoragePools(StorageDevice device, StoragePoolOptions options)
device
- The given storage device.options
- The set of filtering and pagination options of the search.Iterable<PrivateIp> searchPrivateIps(PrivateNetwork network, IpOptions options)
network
- The given private network.options
- The set of filtering and pagination options of the search.Iterable<PublicIp> searchPublicIpsToPurchase(VirtualDatacenter virtualDatacenter, IpOptions options)
virtualDatacenter
- The given virtual datacenter.options
- The set of filtering and pagination options of the search.Iterable<PublicIp> searchPurchasedPublicIps(VirtualDatacenter virtualDatacenter, IpOptions options)
virtualDatacenter
- The given virtual datacenter.options
- The set of filtering and pagination options of the search.Iterable<LogicServer> searchServiceProfiles(ManagedRack rack, FilterOptions options)
managedRack
- The given rack.options
- The set of filtering and pagination options of the search.Iterable<LogicServer> searchServiceProfileTemplates(ManagedRack rack, FilterOptions options)
managedRack
- The given rack.options
- The set of filtering and pagination options of the search.Copyright © 2009-2013 jclouds. All Rights Reserved.