/**
*
*/
package com.cloud.org;
public interface Grouping {
public enum AllocationState {
Enabled,
Disabled;
};
}