Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
HostAggregate |
HostAggregateService.addHost(String hostAggregateId,
String host)
Add host to aggregate
|
HostAggregate |
HostAggregateService.create(String name,
String availabilityZone)
Create a hostAggregate
|
HostAggregate |
HostAggregateService.get(String aggregateId)
Get the specified HostAggregate by ID
|
HostAggregate |
HostAggregateService.removeHost(String hostAggregateId,
String host)
remove host from aggregate
|
HostAggregate |
HostAggregateService.setMetadata(String hostAggregateId,
Map<String,String> metadata)
Sets metadata for an aggregate.
|
HostAggregate |
HostAggregateService.update(String hostAggregateId,
String name,
String availabilityZone)
Updates the name, and optionally the availability zone, for a specified aggregate.
|
Modifier and Type | Method and Description |
---|---|
List<? extends HostAggregate> |
HostAggregateService.list()
List all aggregates (detailed) that the current tenant has access to
|
List<? extends HostAggregate> |
HostAggregateService.list(Map<String,String> filteringParams)
Returns list of Aggregates filtered by parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
NovaHostAggregate
Nova HostAggregate
|
Modifier and Type | Method and Description |
---|---|
HostAggregate |
HostAggregateServiceImpl.addHost(String hostAggregateId,
String host)
Add host to aggregate
|
HostAggregate |
HostAggregateServiceImpl.create(String name,
String availabilityZone)
Create a hostAggregate
|
HostAggregate |
HostAggregateServiceImpl.removeHost(String hostAggregateId,
String host)
remove host from aggregate
|
HostAggregate |
HostAggregateServiceImpl.setMetadata(String hostAggregateId,
Map<String,String> metadata)
Sets metadata for an aggregate.
|
HostAggregate |
HostAggregateServiceImpl.update(String hostAggregateId,
String name,
String availabilityZone)
Updates the name, and optionally the availability zone, for a specified aggregate.
|
Modifier and Type | Method and Description |
---|---|
List<? extends HostAggregate> |
HostAggregateServiceImpl.list()
List all aggregates (detailed) that the current tenant has access to
|
List<? extends HostAggregate> |
HostAggregateServiceImpl.list(Map<String,String> filteringParams)
Returns list of Aggregates filtered by parameters.
|
Copyright © 2017. All rights reserved.