Modifier and Type | Method and Description |
---|---|
static NetworkBootProtocol |
HostNicMapper.map(BootProtocol bootProtocol,
NetworkBootProtocol template) |
Modifier and Type | Method and Description |
---|---|
static NetworkBootProtocol |
HostNicMapper.map(BootProtocol bootProtocol,
NetworkBootProtocol template) |
static BootProtocol |
HostNicMapper.map(NetworkBootProtocol networkBootProtocol,
BootProtocol template) |
Modifier and Type | Method and Description |
---|---|
NetworkBootProtocol |
AttachNetworkToVdsParameters.getBootProtocol() |
NetworkBootProtocol |
AddBondParameters.getBootProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
AttachNetworkToVdsParameters.setBootProtocol(NetworkBootProtocol value) |
void |
AddBondParameters.setBootProtocol(NetworkBootProtocol value) |
Modifier and Type | Method and Description |
---|---|
static NetworkBootProtocol |
NetworkBootProtocol.forValue(int value) |
NetworkBootProtocol |
VdsNetworkInterface.getBootProtocol()
Returns the boot protocol.
|
static NetworkBootProtocol |
NetworkBootProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkBootProtocol[] |
NetworkBootProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VdsNetworkInterface.setBootProtocol(NetworkBootProtocol bootProtocol)
Sets the boot protocol.
|
Modifier and Type | Method and Description |
---|---|
NetworkBootProtocol |
NetworkVdsmVDSCommandParameters.getBootProtocol() |
Constructor and Description |
---|
NetworkVdsmVDSCommandParameters(Guid vdsId,
String networkName,
Integer vlanId,
String bondName,
String[] nics,
String inetAddr,
String netMask,
String gateway,
boolean stp,
String bondingOptions,
NetworkBootProtocol bootProtocol) |
Copyright © 2012. All Rights Reserved.