public final class NetworkUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DASH |
static String |
EngineNetwork |
static int |
MaxVmInterfaces |
static String |
OS_REFERENCE_TO_MACHINE_NAME |
Constructor and Description |
---|
NetworkUtils() |
Modifier and Type | Method and Description |
---|---|
static Integer |
GetVlanId(String ifaceName) |
static String |
getVlanInterfaceName(String name) |
static boolean |
interfaceHasVlan(VdsNetworkInterface iface,
List<VdsNetworkInterface> allIfaces) |
static boolean |
IsBondVlan(List<VdsNetworkInterface> interfaces,
VdsNetworkInterface iface) |
static String |
StripVlan(String name) |
public static String EngineNetwork
public static int MaxVmInterfaces
public static final String DASH
public static final String OS_REFERENCE_TO_MACHINE_NAME
public static boolean IsBondVlan(List<VdsNetworkInterface> interfaces, VdsNetworkInterface iface)
public static boolean interfaceHasVlan(VdsNetworkInterface iface, List<VdsNetworkInterface> allIfaces)
Copyright © 2012. All Rights Reserved.