Re: About ReservationStrategy in Network as Service

2012-05-18 Thread David Nalley
On Fri, May 18, 2012 at 7:24 PM, Frank Zhang wrote: > I noticed a nic is associated with ReservationStrategy where > ReservationStrategy is : >    public enum ReservationStrategy { >        PlaceHolder, Create, Start, Managed; >    } > > What does each strategy mean? > Create -- does it mean the

RE: About ReservationStrategy in Network as Service

2012-05-18 Thread Alex Huang
> ReservationStrategy controls when IP address of the nic is allocated and > released > > PlaceHolder - used as a marker to identify place holder NIC used by > ExternalLB/Firewall device > Create - IP address assigned to the NIC stays across start/stop > sessions > Start - IP add

RE: About ReservationStrategy in Network as Service

2012-05-18 Thread Kelven Yang
work Gurus, Alex owes us some documentation on it Kelven > -Original Message- > From: Frank Zhang [mailto:frank.zh...@citrix.com] > Sent: Friday, May 18, 2012 4:24 PM > To: cloudstack-dev@incubator.apache.org > Subject: About ReservationStrategy in Network as Servic

About ReservationStrategy in Network as Service

2012-05-18 Thread Frank Zhang
I noticed a nic is associated with ReservationStrategy where ReservationStrategy is : public enum ReservationStrategy { PlaceHolder, Create, Start, Managed; } What does each strategy mean? Create -- does it mean the nic is just created because it's owner VM is being created? I w