mirror of https://github.com/apache/jclouds.git
Removed wildcard from getAttachInterfaceApi and fixed formatting
This commit is contained in:
parent
a356ca9991
commit
59fc23249f
|
@ -274,12 +274,12 @@ public interface NovaApi extends Closeable {
|
|||
Optional<FloatingIPPoolApi> getFloatingIPPoolApi(
|
||||
@EndpointParam(parser = RegionToEndpoint.class) String region);
|
||||
|
||||
/**
|
||||
* Provides access to attach interface features.
|
||||
*/
|
||||
@Delegate
|
||||
Optional<? extends AttachInterfaceApi> getAttachInterfaceApi(
|
||||
@EndpointParam(parser = RegionToEndpoint.class) String region);
|
||||
/**
|
||||
* Provides access to attach interface features.
|
||||
*/
|
||||
@Delegate
|
||||
Optional<AttachInterfaceApi> getAttachInterfaceApi(
|
||||
@EndpointParam(parser = RegionToEndpoint.class) String region);
|
||||
|
||||
/**
|
||||
* @return the Zone codes configured
|
||||
|
|
|
@ -117,10 +117,9 @@ public final class ExtensionNamespaces {
|
|||
* Floating IP pools support
|
||||
*/
|
||||
public static final String FLOATING_IP_POOLS = "http://docs.openstack.org/ext/floating_ip_pools/api/v1.1";
|
||||
|
||||
/**
|
||||
* Attach interfaces extension
|
||||
*/
|
||||
*/
|
||||
public static final String ATTACH_INTERFACES = "http://docs.openstack.org/compute/ext/interfaces/api/v1.1";
|
||||
|
||||
private ExtensionNamespaces() {
|
||||
|
|
Loading…
Reference in New Issue