Package | Description |
---|---|
org.openstack4j.api.compute.ext | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal.ext |
Modifier and Type | Method and Description |
---|---|
InterfaceAttachment |
InterfaceService.create(String serverId,
String portId)
Creates and uses a port interface to attach the port to a server instance.
|
InterfaceAttachment |
InterfaceService.get(String serverId,
String attachmentId)
Shows information about a specified port interface
|
Modifier and Type | Method and Description |
---|---|
List<? extends InterfaceAttachment> |
InterfaceService.list(String serverId)
List the port interfaces for the specified
serverId |
Modifier and Type | Class and Description |
---|---|
class |
NovaInterfaceAttachment |
Modifier and Type | Method and Description |
---|---|
InterfaceAttachment |
InterfaceServiceImpl.create(String serverId,
String portId) |
InterfaceAttachment |
InterfaceServiceImpl.get(String serverId,
String attachmentId) |
Modifier and Type | Method and Description |
---|---|
List<? extends InterfaceAttachment> |
InterfaceServiceImpl.list(String serverId) |
Copyright © 2017. All rights reserved.