Class Network.Interface
java.lang.Object
com.suse.salt.netapi.calls.modules.Network.Interface
- Enclosing class:
Network
Network interface as returned by "network.interfaces".
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate List<Network.INet> private List<Network.INet6> private boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hwaddr
-
up
private boolean up -
inet
-
inet6
-
-
Constructor Details
-
Interface
public Interface()
-
-
Method Details
-
getHWAddr
- Returns:
- the hwaddr
-
isUp
public boolean isUp()- Returns:
- the up
-
getInet
- Returns:
- the inet
-
getInet6
- Returns:
- the inet6
-