Uses of Class
org.jclouds.openstack.neutron.v2.domain.IP
-
Packages that use IP Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of IP in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return IP Modifier and Type Method Description IP
IP.Builder. build()
Methods in org.jclouds.openstack.neutron.v2.domain that return types with arguments of type IP Modifier and Type Method Description com.google.common.collect.ImmutableSet<IP>
Port. getFixedIps()
Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type IP Modifier and Type Method Description IP.Builder
IP.Builder. fromIP(IP in)
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type IP Constructor Description Port(String id, NetworkStatus status, VIFType vifType, com.google.common.collect.ImmutableMap<String,Object> vifDetails, String qosQueueId, String name, String networkId, Boolean adminStateUp, String macAddress, com.google.common.collect.ImmutableSet<IP> fixedIps, String deviceId, String deviceOwner, String tenantId, com.google.common.collect.ImmutableSet<String> securityGroups, com.google.common.collect.ImmutableSet<AddressPair> allowedAddressPairs, com.google.common.collect.ImmutableSet<ExtraDhcpOption> extraDhcpOptions, VNICType vnicType, String hostId, com.google.common.collect.ImmutableMap<String,Object> profile, Boolean portSecurity, String profileId, Boolean macLearning, Integer qosRxtxFactor)
-