cloudstack/server/src/com/cloud/network/lb
Alena Prokharchyk 039e09ce93 * Introduced aclType parameter for createNetwork command (can hold 2 values now: Account and Domain). This parameter defines the access control type to the network object. If it's account -
only owner of the network can access it; if it's domain - all accounts in the domain and domain children can have an access.
* aclType replaces 2 old fields: isShared and isDomainSpecific.
* All 2.2.x account specific networks will have aclType=Account; 2.2.x Domain specific networks - aclType=domain; 2.2.x Zone level networks - aclType=Domain with domainId = Root domain id
2011-11-10 18:34:56 -08:00
..
dao remove accidental commit 2011-08-05 14:11:19 -07:00
ElasticLoadBalancerManager.java handle release of ip on deletion of loadbalancer rule 2011-08-02 20:31:37 -07:00
ElasticLoadBalancerManagerImpl.java * Introduced aclType parameter for createNetwork command (can hold 2 values now: Account and Domain). This parameter defines the access control type to the network object. If it's account - 2011-11-10 18:34:56 -08:00
LoadBalancingRulesManager.java fix compile issues 2011-08-08 22:03:08 -07:00
LoadBalancingRulesManagerImpl.java Merge complete except for virtualnetworkappliancemanager 2011-11-10 15:18:16 -08:00