public class HostNicMapper extends Object
Constructor and Description |
---|
HostNicMapper() |
Modifier and Type | Method and Description |
---|---|
static NetworkBootProtocol |
map(BootProtocol bootProtocol,
NetworkBootProtocol template) |
static VdsNetworkInterface |
map(HostNIC model,
VdsNetworkInterface template) |
static NicStatus |
map(InterfaceStatus interfaceStatus,
NicStatus template) |
static BootProtocol |
map(NetworkBootProtocol networkBootProtocol,
BootProtocol template) |
static HostNIC |
map(VdsNetworkInterface entity,
HostNIC template) |
static Integer |
tryParse(String text) |
public static VdsNetworkInterface map(HostNIC model, VdsNetworkInterface template)
public static HostNIC map(VdsNetworkInterface entity, HostNIC template)
public static NicStatus map(InterfaceStatus interfaceStatus, NicStatus template)
public static BootProtocol map(NetworkBootProtocol networkBootProtocol, BootProtocol template)
public static NetworkBootProtocol map(BootProtocol bootProtocol, NetworkBootProtocol template)
Copyright © 2012. All Rights Reserved.