NicSecondaryIp

2013-05-28 Thread Prasanna Santhanam
There is a ControlledEntity named NicSecondaryIp that is representing a nic on the VM. The APIs that this entity is acted upon by are : addIpToNic and removeIpFromNic. Should this entity be more appropriately be renamed to just Nic? There is also a NicIpAlias entity that seems to fit this too

Re: NicSecondaryIp

2013-05-28 Thread Chiradeep Vittal
Nic already exists ( com.cloud.vm.Nic) NicSecondaryIp is trying to model the optional additional ips available on the Nic in addition to the primary Ip. On 5/28/13 3:11 AM, "Prasanna Santhanam" wrote: >There is a ControlledEntity named NicSecondaryIp that is representing >a ni

Re: NicSecondaryIp

2013-05-29 Thread Prasanna Santhanam
ngs of the APIs into entities. That's where the NicSecondaryIp failed. While I don't want to affect the server side model too much, I'll try and put in transformations for entities like this on marvin's side. Thanks, On Tue, May 28, 2013 at 10:34:17PM +, Chiradeep