All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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();

  /**
   * @return the mac address
   */
  String getMacAddress();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy