Uses of Class
org.openstack4j.openstack.compute.domain.NovaHostAggregate
-
Packages that use NovaHostAggregate Package Description org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of NovaHostAggregate in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return NovaHostAggregate Modifier and Type Method Description static NovaHostAggregateNovaHostAggregate. create(String name, String availabilityZone)Used internally by the domain side of the API to create a new HostAggregate on an OpenStack serverMethods in org.openstack4j.openstack.compute.domain that return types with arguments of type NovaHostAggregate Modifier and Type Method Description List<NovaHostAggregate>NovaHostAggregate.NovaHostAggregates. value()NovaHostAggregates -
Uses of NovaHostAggregate in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return NovaHostAggregate Modifier and Type Method Description NovaHostAggregateHostAggregateServiceImpl. get(String aggregateId)Get the specified HostAggregate by ID
-