Uses of Interface
org.openstack4j.model.compute.InterfaceAttachment
-
Packages that use InterfaceAttachment Package Description org.openstack4j.api.compute.ext org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal.ext -
-
Uses of InterfaceAttachment in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext that return InterfaceAttachment Modifier and Type Method Description InterfaceAttachmentInterfaceService. create(String serverId, String portId)Creates and uses a port interface to attach the port to a server instance.InterfaceAttachmentInterfaceService. get(String serverId, String attachmentId)Shows information about a specified port interfaceMethods in org.openstack4j.api.compute.ext that return types with arguments of type InterfaceAttachment Modifier and Type Method Description List<? extends InterfaceAttachment>InterfaceService. list(String serverId)List the port interfaces for the specifiedserverId -
Uses of InterfaceAttachment in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement InterfaceAttachment Modifier and Type Class Description classNovaInterfaceAttachment -
Uses of InterfaceAttachment in org.openstack4j.openstack.compute.internal.ext
Methods in org.openstack4j.openstack.compute.internal.ext that return InterfaceAttachment Modifier and Type Method Description InterfaceAttachmentInterfaceServiceImpl. create(String serverId, String portId)InterfaceAttachmentInterfaceServiceImpl. get(String serverId, String attachmentId)Methods in org.openstack4j.openstack.compute.internal.ext that return types with arguments of type InterfaceAttachment Modifier and Type Method Description List<? extends InterfaceAttachment>InterfaceServiceImpl. list(String serverId)
-