Class NeutronIP
- java.lang.Object
-
- org.openstack4j.openstack.networking.domain.NeutronIP
-
- All Implemented Interfaces:
Serializable,ModelEntity,IP
public class NeutronIP extends Object implements IP
A Fixed IP Address- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIpAddress()StringgetSubnetId()StringtoString()
-
-
-
Method Detail
-
getIpAddress
public String getIpAddress()
- Specified by:
getIpAddressin interfaceIP- Returns:
- the fixed ip address
-
getSubnetId
public String getSubnetId()
- Specified by:
getSubnetIdin interfaceIP- Returns:
- the id of the subnet of this ip
-
-