![JAR search and dependency download from the Maven repository](/logo.png)
org.openstack4j.model.network.AllowedAddressPair Maven / Gradle / Ivy
package org.openstack4j.model.network;
import org.openstack4j.model.ModelEntity;
/**
* Allowed Address Pair for Neutron Port
*
* @author Nathan Anderson
*/
public interface AllowedAddressPair extends ModelEntity {
/**
* @return the ip address
*/
String getIpAddress();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy