Modifier and Type | Class and Description |
---|---|
class |
Volume
Adds high level functionality to
VolumeManagementDto . |
Modifier and Type | Class and Description |
---|---|
class |
VolumeOptions
Available options to query volumes.
|
Modifier and Type | Class and Description |
---|---|
class |
License
Adds high level functionality to
LicenseDto . |
class |
Privilege
Adds high level functionality to
PrivilegeDto . |
Modifier and Type | Class and Description |
---|---|
class |
LicenseOptions
Available options to query licenses.
|
Modifier and Type | Class and Description |
---|---|
class |
EnterpriseProperties
Adds high level functionality to
EnterprisePropertiesDto . |
Modifier and Type | Method and Description |
---|---|
ExternalNetwork |
Enterprise.findExternalNetwork(Datacenter datacenter,
com.google.common.base.Predicate<Network<ExternalIp>> filter) |
UnmanagedNetwork |
Enterprise.findUnmanagedNetwork(Datacenter datacenter,
com.google.common.base.Predicate<Network<UnmanagedIp>> filter) |
List<ExternalNetwork> |
Enterprise.listExternalNetworks(Datacenter datacenter) |
List<ExternalNetwork> |
Enterprise.listExternalNetworks(Datacenter datacenter,
com.google.common.base.Predicate<Network<ExternalIp>> filter) |
List<UnmanagedNetwork> |
Enterprise.listUnmanagedNetworks(Datacenter datacenter) |
List<UnmanagedNetwork> |
Enterprise.listUnmanagedNetworks(Datacenter datacenter,
com.google.common.base.Predicate<Network<UnmanagedIp>> filter) |
void |
Role.setPrivileges(List<Privilege> privileges) |
Modifier and Type | Class and Description |
---|---|
class |
BladeLocatorLed
Adds high level functionality to
BladeLocatorLedDto . |
class |
Fsm
Adds high level functionality to
FsmDto . |
class |
LogicServer
Adds high level functionality to
LogicServerDto . |
class |
ManagedRack
Adds high level functionality to
RackDto . |
class |
Organization
Adds high level functionality to
OrganizationDto . |
class |
StorageDevice
Adds high level functionality to
StorageDeviceDto . |
class |
StoragePool
Adds high level functionality to
StoragePoolDto . |
class |
Tier
Adds high level functionality to
TierDto . |
Modifier and Type | Method and Description |
---|---|
com.abiquo.model.enumerator.HypervisorType |
Datacenter.findHypervisor(com.google.common.base.Predicate<com.abiquo.model.enumerator.HypervisorType> filter)
Retrieve the first hypervisor type matching the filter within the list of types.
|
ManagedRack |
Datacenter.findManagedRack(com.google.common.base.Predicate<ManagedRack> filter)
Retrieve the first managed rack matching the filter within the list of racks in this
datacenter.
|
StorageDevice |
Datacenter.findStorageDevice(com.google.common.base.Predicate<StorageDevice> filter)
Retrieve the first storage device matching the filter within the list of devices in this
datacenter.
|
StorageDeviceMetadata |
Datacenter.findSupportedStorageDevice(com.google.common.base.Predicate<StorageDeviceMetadata> filter)
Retrieve a single supported storage devices matching the filter.
|
Tier |
Datacenter.findTier(com.google.common.base.Predicate<Tier> filter)
Retrieve the first tier matching the filter within the list of tiers in this datacenter.
|
ManagedRack |
Datacenter.getManagedRack(Integer id)
Retrieve a single managed rack.
|
StorageDevice |
Datacenter.getStorageDevice(Integer id)
Retrieve a single storage device.
|
List<com.abiquo.model.enumerator.HypervisorType> |
Datacenter.listAvailableHypervisors()
Retrieve the list of available hypervisor types in the datacenter.
|
List<com.abiquo.model.enumerator.HypervisorType> |
Datacenter.listAvailableHypervisors(com.google.common.base.Predicate<com.abiquo.model.enumerator.HypervisorType> filter)
Retrieve a filtered list of available hypervisor types in the datacenter.
|
List<ManagedRack> |
Datacenter.listManagedRacks()
Retrieve the list of managed racks in this datacenter.
|
List<ManagedRack> |
Datacenter.listManagedRacks(com.google.common.base.Predicate<ManagedRack> filter)
Retrieve a filtered list of managed racks in this datacenter.
|
List<StorageDevice> |
Datacenter.listStorageDevices()
Retrieve the list of storage devices in this datacenter.
|
List<StorageDevice> |
Datacenter.listStorageDevices(com.google.common.base.Predicate<StorageDevice> filter)
Retrieve a filtered list of storage devices in this datacenter.
|
List<StorageDeviceMetadata> |
Datacenter.listSupportedStorageDevices()
Retrieve the list of supported storage devices.
|
List<StorageDeviceMetadata> |
Datacenter.listSupportedStorageDevices(com.google.common.base.Predicate<StorageDeviceMetadata> filter)
Retrieve the list of supported storage devices matching the filter.
|
List<Tier> |
Datacenter.listTiers()
Retrieve the list of tiers in ths datacenter.
|
List<Tier> |
Datacenter.listTiers(com.google.common.base.Predicate<Tier> filter)
Retrieve a filtered list of tiers in this datacenter.
|
Modifier and Type | Class and Description |
---|---|
class |
StoragePoolOptions
Available options to query storage pools.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalNetwork
Adds high level functionality to external
VLANNetworkDto . |
class |
PublicNetwork
Adds high level functionality to public
VLANNetworkDto . |
class |
UnmanagedNetwork
Adds high level functionality to external
VLANNetworkDto . |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.LicenseDto> |
ConfigAsyncApi.addLicense(com.abiquo.server.core.config.LicenseDto license) |
com.abiquo.server.core.config.LicenseDto |
ConfigApi.addLicense(com.abiquo.server.core.config.LicenseDto license)
Add a new license.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.associateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String bladeName) |
void |
InfrastructureApi.associateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String bladeName)
Associate a service profile with a blade.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.associateTemplate(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName,
String bladeName) |
void |
InfrastructureApi.associateTemplate(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName,
String bladeName)
Associate a service profile with a blade instantiating a service profile template.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VlanTagAvailabilityDto> |
InfrastructureAsyncApi.checkTagAvailability(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tag) |
com.abiquo.server.core.infrastructure.network.VlanTagAvailabilityDto |
InfrastructureApi.checkTagAvailability(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tag)
Check the availability of a tag.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.cloneAndAssociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName,
String bladeName) |
void |
InfrastructureApi.cloneAndAssociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName,
String bladeName)
Clone a service profile and associate it with a blade.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.cloneLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName) |
void |
InfrastructureApi.cloneLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer,
com.abiquo.server.core.infrastructure.OrganizationDto organization,
String newName)
Clone a service profile.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
InfrastructureAsyncApi.createManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.abiquo.server.core.infrastructure.UcsRackDto |
InfrastructureApi.createManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.UcsRackDto rack)
Create a new managed rack in a datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
InfrastructureAsyncApi.createNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.abiquo.server.core.infrastructure.network.VLANNetworkDto |
InfrastructureApi.createNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
Create a new public network.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
InfrastructureAsyncApi.createStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice) |
com.abiquo.server.core.infrastructure.storage.StorageDeviceDto |
InfrastructureApi.createStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice)
Create a new storage device.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.createStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool) |
com.abiquo.server.core.infrastructure.storage.StoragePoolDto |
InfrastructureApi.createStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool)
Create a new storage pool in a storage device.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumeManagementDto> |
CloudAsyncApi.createVolume(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume) |
com.abiquo.server.core.infrastructure.storage.VolumeManagementDto |
CloudApi.createVolume(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume)
Creates a volume in the given virtual datacenter.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.deleteLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer) |
void |
InfrastructureApi.deleteLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer)
Delete a service profile.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.deleteNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
void |
InfrastructureApi.deleteNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
Deletes an existing network.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.deleteStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice) |
void |
InfrastructureApi.deleteStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice)
Deletes an existing storage device.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.deleteStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool) |
void |
InfrastructureApi.deleteStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool)
Deletes an existing storage pool.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudAsyncApi.deleteVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume) |
void |
CloudApi.deleteVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume)
Delete the given volume.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.dissociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer) |
void |
InfrastructureApi.dissociateLogicServer(com.abiquo.server.core.infrastructure.UcsRackDto rack,
com.abiquo.server.core.infrastructure.LogicServerDto logicServer)
Dissociate a service profile from a blade.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisePropertiesDto> |
EnterpriseAsyncApi.getEnterpriseProperties(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.abiquo.server.core.enterprise.EnterprisePropertiesDto |
EnterpriseApi.getEnterpriseProperties(com.abiquo.server.core.enterprise.EnterpriseDto enterprise)
Get defined properties of the given enterprise.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.BladeLocatorLedDto> |
InfrastructureAsyncApi.getLocatorLed(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.abiquo.server.core.infrastructure.BladeLocatorLedDto |
InfrastructureApi.getLocatorLed(com.abiquo.server.core.infrastructure.MachineDto machine)
Get led locator info from a physical machine in a UCS rack.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServerDto> |
InfrastructureAsyncApi.getLogicServer(com.abiquo.server.core.infrastructure.MachineDto machine) |
com.abiquo.server.core.infrastructure.LogicServerDto |
InfrastructureApi.getLogicServer(com.abiquo.server.core.infrastructure.MachineDto machine)
Get the logic server associated with a machine in a Cisc UCS rack.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
InfrastructureAsyncApi.getManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer rackId) |
com.abiquo.server.core.infrastructure.UcsRackDto |
InfrastructureApi.getManagedRack(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer rackId)
Get the given managed rack from the given datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
InfrastructureAsyncApi.getNetwork(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer networkId) |
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
InfrastructureAsyncApi.getStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer storageDeviceId) |
com.abiquo.server.core.infrastructure.storage.StorageDeviceDto |
InfrastructureApi.getStorageDevice(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer storageDeviceId)
Get the storage device.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.getStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
String storagePoolId) |
com.abiquo.server.core.infrastructure.storage.StoragePoolDto |
InfrastructureApi.getStoragePool(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
String storagePoolId)
Get the storage pool.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
CloudAsyncApi.getStorageTier(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer tierId) |
com.abiquo.server.core.infrastructure.storage.TierDto |
CloudApi.getStorageTier(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer tierId)
Get the storage tier from the given virtual datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
InfrastructureAsyncApi.getTier(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tierId) |
com.abiquo.server.core.infrastructure.storage.TierDto |
InfrastructureApi.getTier(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
Integer tierId)
Get the tier.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumeManagementDto> |
CloudAsyncApi.getVolume(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer volumeId) |
com.abiquo.server.core.infrastructure.storage.VolumeManagementDto |
CloudApi.getVolume(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
Integer volumeId)
Get a volume from the given virtual datacenter.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.ledOff(com.abiquo.server.core.infrastructure.MachineDto machine) |
void |
InfrastructureApi.ledOff(com.abiquo.server.core.infrastructure.MachineDto machine)
Light locator led of a physical machine in a UCS rack.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.ledOn(com.abiquo.server.core.infrastructure.MachineDto machine) |
void |
InfrastructureApi.ledOn(com.abiquo.server.core.infrastructure.MachineDto machine)
Turn off locator led of a physical machine in a UCS rack.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
EnterpriseAsyncApi.listExternalNetworks(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
com.abiquo.server.core.infrastructure.network.VLANNetworksDto |
EnterpriseApi.listExternalNetworks(com.abiquo.server.core.enterprise.EnterpriseDto enterprise)
List external networks of the enterprise
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.FsmsDto> |
InfrastructureAsyncApi.listFsms(com.abiquo.server.core.infrastructure.UcsRackDto rack,
String dn) |
com.abiquo.server.core.infrastructure.FsmsDto |
InfrastructureApi.listFsms(com.abiquo.server.core.infrastructure.UcsRackDto rack,
String dn)
Get FSM list of an entity
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.LicensesDto> |
ConfigAsyncApi.listLicenses() |
com.abiquo.server.core.config.LicensesDto |
ConfigApi.listLicenses()
List all licenses.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.config.LicensesDto> |
ConfigAsyncApi.listLicenses(LicenseOptions options) |
com.abiquo.server.core.config.LicensesDto |
ConfigApi.listLicenses(LicenseOptions options)
List all active/inactive licenses.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRacksDto> |
InfrastructureAsyncApi.listManagedRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.abiquo.server.core.infrastructure.UcsRacksDto |
InfrastructureApi.listManagedRacks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
List all managed racks for a datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
InfrastructureAsyncApi.listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.abiquo.server.core.infrastructure.network.VLANNetworksDto |
InfrastructureApi.listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
List all public, external and not managed networks of a datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworksDto> |
InfrastructureAsyncApi.listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
NetworkOptions options) |
com.abiquo.server.core.infrastructure.network.VLANNetworksDto |
InfrastructureApi.listNetworks(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
NetworkOptions options)
List networks of a datacenter with options.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> |
InfrastructureAsyncApi.listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.abiquo.server.core.infrastructure.OrganizationsDto |
InfrastructureApi.listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack)
List all organizations of the ucs rack.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.OrganizationsDto> |
InfrastructureAsyncApi.listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.abiquo.server.core.infrastructure.OrganizationsDto |
InfrastructureApi.listOrganizations(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options)
List all organizations of the ucs rack with options.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.abiquo.server.core.infrastructure.LogicServersDto |
InfrastructureApi.listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack)
List all service profiles of the ucs rack.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.abiquo.server.core.infrastructure.LogicServersDto |
InfrastructureApi.listServiceProfiles(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options)
List service profiles of the ucs rack with filtering options.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.abiquo.server.core.infrastructure.LogicServersDto |
InfrastructureApi.listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack)
List all service profile templates of the ucs rack.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.LogicServersDto> |
InfrastructureAsyncApi.listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options) |
com.abiquo.server.core.infrastructure.LogicServersDto |
InfrastructureApi.listServiceProfileTemplates(com.abiquo.server.core.infrastructure.UcsRackDto rack,
FilterOptions options)
List all service profile templates of the ucs rack with options.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesDto> |
InfrastructureAsyncApi.listStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.abiquo.server.core.infrastructure.storage.StorageDevicesDto |
InfrastructureApi.listStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
List all storage devices of the datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> |
InfrastructureAsyncApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice,
StoragePoolOptions options) |
com.abiquo.server.core.infrastructure.storage.StoragePoolsDto |
InfrastructureApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDeviceDto,
StoragePoolOptions storagePoolOptions)
List storage pools on a storage device.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolsDto> |
InfrastructureAsyncApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.TierDto tier) |
com.abiquo.server.core.infrastructure.storage.StoragePoolsDto |
InfrastructureApi.listStoragePools(com.abiquo.server.core.infrastructure.storage.TierDto tier)
List storage pools on a tier.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TiersDto> |
CloudAsyncApi.listStorageTiers(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.abiquo.server.core.infrastructure.storage.TiersDto |
CloudApi.listStorageTiers(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter)
List the storage tiers available for the given virtual datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDevicesMetadataDto> |
InfrastructureAsyncApi.listSupportedStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.abiquo.server.core.infrastructure.storage.StorageDevicesMetadataDto |
InfrastructureApi.listSupportedStorageDevices(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
List all supported storage devices.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TiersDto> |
InfrastructureAsyncApi.listTiers(com.abiquo.server.core.infrastructure.DatacenterDto datacenter) |
com.abiquo.server.core.infrastructure.storage.TiersDto |
InfrastructureApi.listTiers(com.abiquo.server.core.infrastructure.DatacenterDto datacenter)
List all tiers of the datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumesManagementDto> |
CloudAsyncApi.listVolumes(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter) |
com.abiquo.server.core.infrastructure.storage.VolumesManagementDto |
CloudApi.listVolumes(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter)
List all volumes in the given virtual datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumesManagementDto> |
CloudAsyncApi.listVolumes(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
VolumeOptions options) |
com.abiquo.server.core.infrastructure.storage.VolumesManagementDto |
CloudApi.listVolumes(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
VolumeOptions options)
List all volumes in the given virtual datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.VolumeManagementDto> |
CloudAsyncApi.moveVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume,
com.abiquo.server.core.cloud.VirtualDatacenterDto newVirtualDatacenter) |
com.abiquo.server.core.infrastructure.storage.VolumeManagementDto |
CloudApi.moveVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume,
com.abiquo.server.core.cloud.VirtualDatacenterDto newVirtualDatacenter)
Moves the given volume to a new virtual datacenter.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.powerOff(com.abiquo.server.core.infrastructure.MachineDto machine) |
void |
InfrastructureApi.powerOff(com.abiquo.server.core.infrastructure.MachineDto machine)
Power off a physical machine in a UCS rack.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
InfrastructureAsyncApi.powerOn(com.abiquo.server.core.infrastructure.MachineDto machine) |
void |
InfrastructureApi.powerOn(com.abiquo.server.core.infrastructure.MachineDto machine)
Power on a physical machine in a UCS rack.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.refreshStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool,
StoragePoolOptions options) |
com.abiquo.server.core.infrastructure.storage.StoragePoolDto |
InfrastructureApi.refreshStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool,
StoragePoolOptions options)
Refresh the given storage pool data.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ConfigAsyncApi.removeLicense(com.abiquo.server.core.config.LicenseDto license) |
void |
ConfigApi.removeLicense(com.abiquo.server.core.config.LicenseDto license)
Removes an existing license.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.enterprise.EnterprisePropertiesDto> |
EnterpriseAsyncApi.updateEnterpriseProperties(com.abiquo.server.core.enterprise.EnterprisePropertiesDto properties) |
com.abiquo.server.core.enterprise.EnterprisePropertiesDto |
EnterpriseApi.updateEnterpriseProperties(com.abiquo.server.core.enterprise.EnterprisePropertiesDto properties)
Updates the given enterprise properties set.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.UcsRackDto> |
InfrastructureAsyncApi.updateManagedRack(com.abiquo.server.core.infrastructure.UcsRackDto rack) |
com.abiquo.server.core.infrastructure.UcsRackDto |
InfrastructureApi.updateManagedRack(com.abiquo.server.core.infrastructure.UcsRackDto rack)
Updates an existing managed rack from the given datacenter.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.VLANNetworkDto> |
InfrastructureAsyncApi.updateNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network) |
com.abiquo.server.core.infrastructure.network.VLANNetworkDto |
InfrastructureApi.updateNetwork(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network)
Updates a network.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StorageDeviceDto> |
InfrastructureAsyncApi.updateStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice) |
com.abiquo.server.core.infrastructure.storage.StorageDeviceDto |
InfrastructureApi.updateStorageDevice(com.abiquo.server.core.infrastructure.storage.StorageDeviceDto storageDevice)
Updates an existing storage device.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.StoragePoolDto> |
InfrastructureAsyncApi.updateStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto StoragePoolDto) |
com.abiquo.server.core.infrastructure.storage.StoragePoolDto |
InfrastructureApi.updateStoragePool(com.abiquo.server.core.infrastructure.storage.StoragePoolDto storagePool)
Updates a storage pool.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.storage.TierDto> |
InfrastructureAsyncApi.updateTier(com.abiquo.server.core.infrastructure.storage.TierDto tier) |
com.abiquo.server.core.infrastructure.storage.TierDto |
InfrastructureApi.updateTier(com.abiquo.server.core.infrastructure.storage.TierDto tier)
Updates a tier.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.model.transport.AcceptedRequestDto<String>> |
CloudAsyncApi.updateVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume) |
com.abiquo.model.transport.AcceptedRequestDto<String> |
CloudApi.updateVolume(com.abiquo.server.core.infrastructure.storage.VolumeManagementDto volume)
Modifies the given volume.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.