public class AddBondParameters extends RemoveBondParameters
Constructor and Description |
---|
AddBondParameters() |
AddBondParameters(Guid vdsId,
String bondName,
network network,
String[] nics) |
AddBondParameters(Guid vdsId,
String bondName,
network network,
String[] nics,
int vladId) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getBondingOptions() |
NetworkBootProtocol |
getBootProtocol() |
String |
getGateway() |
network |
getNetwork() |
String[] |
getNics() |
String |
getSubnet() |
Integer |
getVlanId() |
Integer |
getVlanTag() |
void |
setAddress(String value) |
void |
setBondingOptions(String value) |
void |
setBootProtocol(NetworkBootProtocol value) |
void |
setGateway(String value) |
void |
setNetwork(network value) |
void |
setNics(String[] value) |
void |
setSubnet(String value) |
void |
setVlanId(Integer value) |
void |
setVlanTag(Integer value) |
getBondName
getVdsId, setVdsId
Accept, equals, getEntityId, getHttpSessionId, getImagesParameters, getMultipleAction, getParametersCurrentUser, getParentCommand, getParentParameters, getSessionId, getShouldBeLogged, getTaskGroupSuccess, getTaskIds, getTaskStartTime, getTransactionScopeOption, hashCode, isCompensationEnabled, setCompensationEnabled, setEntityId, setImagesParameters, setMultipleAction, setParametersCurrentUser, setParentCommand, setParentParemeters, setSessionId, setShouldBeLogged, setTaskGroupSuccess, setTaskIds, setTaskStartTime, setTransactionScopeOption
public AddBondParameters(Guid vdsId, String bondName, network network, String[] nics)
public AddBondParameters(Guid vdsId, String bondName, network network, String[] nics, int vladId)
public AddBondParameters()
public String[] getNics()
public void setNics(String[] value)
public Integer getVlanTag()
public void setVlanTag(Integer value)
public network getNetwork()
public void setNetwork(network value)
public String getAddress()
public void setAddress(String value)
public String getSubnet()
public void setSubnet(String value)
public String getGateway()
public void setGateway(String value)
public Integer getVlanId()
public void setVlanId(Integer value)
public String getBondingOptions()
public void setBondingOptions(String value)
public NetworkBootProtocol getBootProtocol()
public void setBootProtocol(NetworkBootProtocol value)
Copyright © 2012. All Rights Reserved.