Uses of Class
org.jclouds.openstack.nova.v2_0.domain.HostAggregate
Packages that use HostAggregate
Package
Description
-
Uses of HostAggregate in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return HostAggregateMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type HostAggregate -
Uses of HostAggregate in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return HostAggregateModifier and TypeMethodDescriptionAdds a host to an aggregateHostAggregateApi.createInAvailabilityZone
(String name, String availabilityZone) Creates an aggregate, given its name and availability zone.Retrieves the details of an aggregate, hosts and metadata included.HostAggregateApi.removeHost
(String id, String host) Removes a host from an aggregateHostAggregateApi.setMetadata
(String id, Map<String, String> metadata) Adds metadata to an aggregateHostAggregateApi.updateAvailabilityZone
(String id, String availabilityZone) Updates the availability zone for an aggregate.HostAggregateApi.updateName
(String id, String name) Updates the name of an aggregate.Methods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type HostAggregateModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<HostAggregate> HostAggregateApi.list()
Lists all host aggregates.