Uses of Interface
org.openstack4j.model.compute.HostAggregate
-
Packages that use HostAggregate Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of HostAggregate in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return HostAggregate Modifier and Type Method Description HostAggregateHostAggregateService. addHost(String hostAggregateId, String host)Add host to aggregateHostAggregateHostAggregateService. create(String name, String availabilityZone)Create a hostAggregateHostAggregateHostAggregateService. get(String aggregateId)Get the specified HostAggregate by IDHostAggregateHostAggregateService. removeHost(String hostAggregateId, String host)remove host from aggregateHostAggregateHostAggregateService. setMetadata(String hostAggregateId, Map<String,String> metadata)Sets metadata for an aggregate.HostAggregateHostAggregateService. update(String hostAggregateId, String name, String availabilityZone)Updates the name, and optionally the availability zone, for a specified aggregate.Methods in org.openstack4j.api.compute that return types with arguments of type HostAggregate Modifier and Type Method Description List<? extends HostAggregate>HostAggregateService. list()List all aggregates (detailed) that the current tenant has access toList<? extends HostAggregate>HostAggregateService. list(Map<String,String> filteringParams)Returns list of Aggregates filtered by parameters. -
Uses of HostAggregate in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement HostAggregate Modifier and Type Class Description classNovaHostAggregateNova HostAggregate -
Uses of HostAggregate in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return HostAggregate Modifier and Type Method Description HostAggregateHostAggregateServiceImpl. addHost(String hostAggregateId, String host)Add host to aggregateHostAggregateHostAggregateServiceImpl. create(String name, String availabilityZone)Create a hostAggregateHostAggregateHostAggregateServiceImpl. removeHost(String hostAggregateId, String host)remove host from aggregateHostAggregateHostAggregateServiceImpl. setMetadata(String hostAggregateId, Map<String,String> metadata)Sets metadata for an aggregate.HostAggregateHostAggregateServiceImpl. update(String hostAggregateId, String name, String availabilityZone)Updates the name, and optionally the availability zone, for a specified aggregate.Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type HostAggregate Modifier and Type Method Description List<? extends HostAggregate>HostAggregateServiceImpl. list()List all aggregates (detailed) that the current tenant has access toList<? extends HostAggregate>HostAggregateServiceImpl. list(Map<String,String> filteringParams)Returns list of Aggregates filtered by parameters.
-