Class NovaInterfaceAttachment.NovaFixedIp
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaInterfaceAttachment.NovaFixedIp
-
- All Implemented Interfaces:
Serializable,InterfaceAttachment.FixedIp,ModelEntity
- Enclosing class:
- NovaInterfaceAttachment
public static class NovaInterfaceAttachment.NovaFixedIp extends Object implements InterfaceAttachment.FixedIp
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaFixedIp()
-
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 interfaceInterfaceAttachment.FixedIp- Returns:
- the IpAddress
-
getSubnetId
public String getSubnetId()
- Specified by:
getSubnetIdin interfaceInterfaceAttachment.FixedIp- Returns:
- the subnet unique identifier
-
-