Class NeutronAllowedAddressPair
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronAllowedAddressPair
-
- All Implemented Interfaces:
Serializable,ModelEntity,AllowedAddressPair
public class NeutronAllowedAddressPair extends Object implements AllowedAddressPair
A Fixed IP Address- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NeutronAllowedAddressPair()NeutronAllowedAddressPair(String ipAddress, String macAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIpAddress()StringgetMacAddress()StringtoString()
-
-
-
Method Detail
-
getIpAddress
public String getIpAddress()
- Specified by:
getIpAddressin interfaceAllowedAddressPair- Returns:
- the ip address
-
getMacAddress
public String getMacAddress()
- Specified by:
getMacAddressin interfaceAllowedAddressPair- Returns:
- the mac address
-
-