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 String
getHWAddr()
List<Network.INet>
getInet()
List<Network.INet6>
getInet6()
boolean
isUp()
-
-
-
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
-
-