Class Network.Interface
- java.lang.Object
-
- com.suse.salt.netapi.calls.modules.Network.Interface
-
-
Constructor Summary
Constructors Constructor Description Interface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHWAddr()List<Network.INet>getInet()List<Network.INet6>getInet6()booleanisUp()
-
-
-
Method Detail
-
getHWAddr
public String getHWAddr()
- Returns:
- the hwaddr
-
isUp
public boolean isUp()
- Returns:
- the up
-
getInet
public List<Network.INet> getInet()
- Returns:
- the inet
-
getInet6
public List<Network.INet6> getInet6()
- Returns:
- the inet6
-
-