Re: NicSecondaryIp

2013-05-29 Thread Prasanna Santhanam
Thanks Chiradeep, to provide some context I'm trying to derive the right entities that an API acts on. I'm deriving these from the response types, exposing them from API discovery and building Marvin classes. For most of the CloudStack API model I'm able to generate logical groupings of the APIs i

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 nic on the VM. The AP