Uses of Class
org.jclouds.openstack.nova.v2_0.domain.FixedIP
-
Packages that use FixedIP Package Description org.jclouds.openstack.nova.v2_0.domain -
-
Uses of FixedIP in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return FixedIP Modifier and Type Method Description FixedIP
FixedIP.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type FixedIP Modifier and Type Method Description abstract List<FixedIP>
PortInterface. fixedIPS()
com.google.common.collect.ImmutableSet<FixedIP>
InterfaceAttachment. getFixedIps()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type FixedIP Modifier and Type Method Description FixedIP.Builder
FixedIP.Builder. fromIP(FixedIP in)
Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type FixedIP Modifier and Type Method Description static PortInterface
PortInterface. create(String portId, String netId, PortInterface.State portState, List<FixedIP> fixedIPS)
T
InterfaceAttachment.Builder. fixedIps(com.google.common.collect.ImmutableSet<FixedIP> fixedIps)
Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type FixedIP Constructor Description InterfaceAttachment(String networkId, String portId, PortState portState, String macAddress, com.google.common.collect.ImmutableSet<FixedIP> fixedIps)
-