Uses of Interface
org.openstack4j.model.compute.InterfaceAttachment.FixedIp
-
Packages that use InterfaceAttachment.FixedIp Package Description org.openstack4j.model.compute org.openstack4j.openstack.compute.domain -
-
Uses of InterfaceAttachment.FixedIp in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return types with arguments of type InterfaceAttachment.FixedIp Modifier and Type Method Description List<? extends InterfaceAttachment.FixedIp>InterfaceAttachment. getFixedIps()List of Fixed IpAddresses -
Uses of InterfaceAttachment.FixedIp in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement InterfaceAttachment.FixedIp Modifier and Type Class Description static classNovaInterfaceAttachment.NovaFixedIpMethods in org.openstack4j.openstack.compute.domain that return types with arguments of type InterfaceAttachment.FixedIp Modifier and Type Method Description List<? extends InterfaceAttachment.FixedIp>NovaInterfaceAttachment. getFixedIps()
-