Uses of Class
org.jclouds.openstack.nova.v2_0.domain.HostAggregate

Packages that use HostAggregate
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

Uses of HostAggregate in org.jclouds.openstack.nova.v2_0.domain
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return HostAggregate
 HostAggregate HostAggregate.Builder.build()
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type HostAggregate
 T HostAggregate.Builder.fromHostAggregate(HostAggregate in)
           
 

Uses of HostAggregate in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions that return HostAggregate
 HostAggregate HostAggregateApi.addHost(String id, String host)
          Adds a host to an aggregate
 HostAggregate HostAggregateApi.createInAvailabilityZone(String name, String availabilityZone)
          Creates an aggregate, given its name and availability zone.
 HostAggregate HostAggregateApi.get(String id)
          Retrieves the details of an aggregate, hosts and metadata included.
 HostAggregate HostAggregateApi.removeHost(String id, String host)
          Removes a host from an aggregate
 HostAggregate HostAggregateApi.setMetadata(String id, Map<String,String> metadata)
          Adds metadata to an aggregate
 HostAggregate HostAggregateApi.updateAvailabilityZone(String id, String availabilityZone)
          Updates the availability zone for an aggregate.
 HostAggregate 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 HostAggregate
 com.google.common.collect.FluentIterable<HostAggregate> HostAggregateApi.list()
          Lists all host aggregates.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.