java.lang.Object
de.thjom.java.systemd.types.IpAddressPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
family
private final int family -
address
private final byte[] address -
prefix
private final long prefix
-
-
Constructor Details
-
IpAddressPolicy
-
-
Method Details
-
list
-
getFamily
public int getFamily() -
getAddress
public byte[] getAddress() -
getPrefix
public long getPrefix() -
toConfigString
- Throws:
UnknownHostException
-
toString
-