Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
FloatingIP |
ComputeFloatingIPService.allocateIP(String pool)
Allocate a floating ip address to tenant.
|
Modifier and Type | Method and Description |
---|---|
List<? extends FloatingIP> |
ComputeFloatingIPService.list()
List floating ips associated with current tenant.
|
Modifier and Type | Class and Description |
---|---|
class |
NovaFloatingIP
The Class NovaFloatingIP.
|
Modifier and Type | Method and Description |
---|---|
FloatingIP |
NovaFloatingIP.FloatingIPConcreteBuilder.build()
Creates and return the Model Entity M
|
Modifier and Type | Method and Description |
---|---|
FloatingIPBuilder |
NovaFloatingIP.FloatingIPConcreteBuilder.from(FloatingIP in)
Creates a Builder using the param M as the default values
|
Constructor and Description |
---|
FloatingIPConcreteBuilder(FloatingIP floatingIp)
Instantiates a new floating ip concrete builder.
|
Modifier and Type | Method and Description |
---|---|
FloatingIP |
ComputeFloatingIPServiceImpl.allocateIP(String pool)
Allocate a floating ip address to tenant.
|
Modifier and Type | Method and Description |
---|---|
List<? extends FloatingIP> |
ComputeFloatingIPServiceImpl.list()
List floating ips associated with current tenant.
|
Copyright © 2017. All rights reserved.