Uses of Class
org.jclouds.openstack.nova.v2_0.domain.InterfaceAttachment
- 
Packages that use InterfaceAttachment Package Description org.jclouds.openstack.nova.v2_0.domain org.jclouds.openstack.nova.v2_0.extensions  - 
- 
Uses of InterfaceAttachment in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return InterfaceAttachment Modifier and Type Method Description InterfaceAttachmentInterfaceAttachment.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type InterfaceAttachment Modifier and Type Method Description TInterfaceAttachment.Builder. fromInterfaceAttachment(InterfaceAttachment in) - 
Uses of InterfaceAttachment in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return InterfaceAttachment Modifier and Type Method Description InterfaceAttachmentAttachInterfaceApi. create(String serverId, String portId)Creates a new port interface and associate with the given portInterfaceAttachmentAttachInterfaceApi. get(String serverId, String attachmentId)Returns information about a specified port interface for given serverMethods in org.jclouds.openstack.nova.v2_0.extensions that return types with arguments of type InterfaceAttachment Modifier and Type Method Description com.google.common.collect.FluentIterable<InterfaceAttachment>AttachInterfaceApi. list(String serverId)Returns list of port interfaces for given server 
 -