Modifier and Type | Method and Description |
---|---|
protected abstract VmNetworkInterface |
BackendNicsResource.setNetwork(NIC device,
VmNetworkInterface ni) |
protected VmNetworkInterface |
BackendTemplateNicsResource.setNetwork(NIC device,
VmNetworkInterface ni) |
protected VmNetworkInterface |
BackendVmNicsResource.setNetwork(NIC device,
VmNetworkInterface ni) |
Modifier and Type | Method and Description |
---|---|
protected AbstractBackendSubResource.ParametersProvider<NIC,VmNetworkInterface> |
BackendTemplateNicsResource.getUpdateParametersProvider() |
protected AbstractBackendSubResource.ParametersProvider<NIC,VmNetworkInterface> |
BackendVmNicsResource.getUpdateParametersProvider() |
Modifier and Type | Method and Description |
---|---|
protected VdcActionParametersBase |
BackendTemplateNicsResource.getAddParameters(VmNetworkInterface entity,
NIC nic) |
protected VdcActionParametersBase |
BackendVmNicsResource.getAddParameters(VmNetworkInterface entity,
NIC nic) |
VdcActionParametersBase |
BackendTemplateNicsResource.UpdateParametersProvider.getParameters(NIC incoming,
VmNetworkInterface entity) |
VdcActionParametersBase |
BackendVmNicsResource.UpdateParametersProvider.getParameters(NIC incoming,
VmNetworkInterface entity) |
List<Statistic> |
NicStatisticalQuery.getStatistics(VmNetworkInterface iface) |
protected boolean |
BackendNicsResource.matchEntity(VmNetworkInterface entity,
Guid id) |
protected boolean |
BackendReadOnlyNicsResource.matchEntity(VmNetworkInterface entity,
Guid id) |
protected boolean |
BackendNicsResource.matchEntity(VmNetworkInterface entity,
String name) |
protected NIC |
BackendTemplateNicResource.populate(NIC model,
VmNetworkInterface entity) |
protected NIC |
BackendVmNicResource.populate(NIC model,
VmNetworkInterface entity) |
protected NIC |
BackendVmNicsResource.populate(NIC model,
VmNetworkInterface entity) |
protected abstract VmNetworkInterface |
BackendNicsResource.setNetwork(NIC device,
VmNetworkInterface ni) |
protected VmNetworkInterface |
BackendTemplateNicsResource.setNetwork(NIC device,
VmNetworkInterface ni) |
protected VmNetworkInterface |
BackendVmNicsResource.setNetwork(NIC device,
VmNetworkInterface ni) |
Modifier and Type | Method and Description |
---|---|
static VmNetworkInterface |
NicMapper.map(NIC model,
VmNetworkInterface template) |
Modifier and Type | Method and Description |
---|---|
static VmNetworkInterface |
NicMapper.map(NIC model,
VmNetworkInterface template) |
static NIC |
NicMapper.map(VmNetworkInterface entity,
NIC template) |
Modifier and Type | Field and Description |
---|---|
protected List<VmNetworkInterface> |
AddVmCommand._vmInterfaces |
Modifier and Type | Method and Description |
---|---|
protected List<VmNetworkInterface> |
AddVmCommand.getVmInterfaces() |
Modifier and Type | Method and Description |
---|---|
static boolean |
VmCommand.validateNumberOfNics(List<VmNetworkInterface> interfaces,
VmNetworkInterface networkInterface)
check that we number of Network-Interfaces does not exceed maximum (kvm limitation).
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VmCommand.CheckPCIAndIDELimit(int monitorsNumber,
List<VmNetworkInterface> interfaces,
List<DiskImageBase> disks,
ArrayList<String> messages)
This method checks that with the given parameters, the max PCI and IDE limits defined are not passed.
|
static boolean |
VmHandler.IsNotDuplicateInterfaceName(List<VmNetworkInterface> interfaces,
String interfaceName,
List<String> messages)
Check if the interface name is not duplicate in the list of interfaces.
|
static boolean |
VmCommand.validateNumberOfNics(List<VmNetworkInterface> interfaces,
VmNetworkInterface networkInterface)
check that we number of Network-Interfaces does not exceed maximum (kvm limitation).
|
Modifier and Type | Method and Description |
---|---|
VmNetworkInterface |
RemoveVmTemplateInterfaceParameters.getInterface() |
VmNetworkInterface |
AddVmInterfaceParameters.getInterface() |
VmNetworkInterface |
AddVmTemplateInterfaceParameters.getInterface() |
Modifier and Type | Method and Description |
---|---|
ArrayList<VmNetworkInterface> |
AddVmFromScratchParameters.getInterfaces() |
Modifier and Type | Method and Description |
---|---|
void |
AddVmFromScratchParameters.setInterfaces(ArrayList<VmNetworkInterface> value) |
Constructor and Description |
---|
AddVmInterfaceParameters(Guid vmId,
VmNetworkInterface iface) |
AddVmTemplateInterfaceParameters(Guid vmtId,
VmNetworkInterface iface) |
Modifier and Type | Method and Description |
---|---|
List<VmNetworkInterface> |
VM.getInterfaces() |
List<VmNetworkInterface> |
VmTemplate.getInterfaces() |
ArrayList<VmNetworkInterface> |
VmStatistics.getInterfaceStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
VM.setInterfaces(List<VmNetworkInterface> value) |
void |
VmTemplate.setInterfaces(List<VmNetworkInterface> value) |
void |
VmStatistics.setInterfaceStatistics(ArrayList<VmNetworkInterface> value) |
Modifier and Type | Method and Description |
---|---|
VmNetworkInterface |
VmNetworkInterfaceDAODbFacadeImpl.get(Guid id) |
Modifier and Type | Method and Description |
---|---|
List<VmNetworkInterface> |
VmNetworkInterfaceDAODbFacadeImpl.getAll() |
List<VmNetworkInterface> |
VmNetworkInterfaceDAO.getAllForTemplate(Guid id)
Retrieves all interfaces for the given template id.
|
List<VmNetworkInterface> |
VmNetworkInterfaceDAODbFacadeImpl.getAllForTemplate(Guid id) |
List<VmNetworkInterface> |
VmNetworkInterfaceDAO.getAllForVm(Guid id)
Retrieves all interfaces for the given VM id.
|
List<VmNetworkInterface> |
VmNetworkInterfaceDAODbFacadeImpl.getAllForVm(Guid id) |
Modifier and Type | Method and Description |
---|---|
void |
VmNetworkInterfaceDAODbFacadeImpl.save(VmNetworkInterface stats) |
void |
VmNetworkInterfaceDAODbFacadeImpl.update(VmNetworkInterface iface) |
Copyright © 2012. All Rights Reserved.