Package | Description |
---|---|
org.openstack4j.model.compute | |
org.openstack4j.openstack.compute.domain |
Modifier and Type | Method and Description |
---|---|
Map<String,List<? extends Address>> |
Addresses.getAddresses() |
List<? extends Address> |
Addresses.getAddresses(String type)
Gets the addresses associated with the given network type
|
Modifier and Type | Method and Description |
---|---|
void |
Addresses.add(String key,
Address value)
Adds an address to the given network type
|
Modifier and Type | Class and Description |
---|---|
static class |
NovaAddresses.NovaAddress |
Modifier and Type | Method and Description |
---|---|
Map<String,List<? extends Address>> |
NovaAddresses.getAddresses() |
List<? extends Address> |
NovaAddresses.getAddresses(String type) |
Modifier and Type | Method and Description |
---|---|
void |
NovaAddresses.add(String key,
Address value) |
Copyright © 2017. All rights reserved.