Moti Asayag has submitted this change and it was merged.
Change subject: engine: Introduce VmNic, a base class for VmNetworkInterface
......................................................................
engine: Introduce VmNic, a base class for VmNetworkInterface
The VmNic class will act as the backend entity for vm network
interface related actions.
The VmNetworkInterface, the former engine entity will serve as
the view entity used by the clients and also as their entity
for vnic related actions.
Change-Id: I3fdd4e471aaf28e51dddb2a1205e6bdad620e3a4
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VmNetworkInterface.java
A
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VmNic.java
M
frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml
3 files changed, 200 insertions(+), 186 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17129
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3fdd4e471aaf28e51dddb2a1205e6bdad620e3a4
Gerrit-PatchSet: 35
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server