Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.extensions |
Modifier and Type | Method and Description |
---|---|
InterfaceAttachment |
InterfaceAttachment.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
InterfaceAttachment.Builder.fromInterfaceAttachment(InterfaceAttachment in) |
Modifier and Type | Method and Description |
---|---|
InterfaceAttachment |
AttachInterfaceApi.create(String serverId,
String portId)
Creates a new port interface and associate with the given port
|
InterfaceAttachment |
AttachInterfaceApi.get(String serverId,
String attachmentId)
Returns information about a specified port interface for given server
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<InterfaceAttachment> |
AttachInterfaceApi.list(String serverId)
Returns list of port interfaces for given server
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.