> + * > + * http://www.apache.org/licenses/LICENSE-2.0 > + * > + * Unless required by applicable law or agreed to in writing, software > + * distributed under the License is distributed on an "AS IS" BASIS, > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > + > +package org.jclouds.openstack.neutron.v2.domain.lbaas.v1; > + > +/** > + * Enumerates supported Neutron LBaaS v1 resources status. > + */ > +public enum LBaaSStatus {
> Question: At some point in the future, would it make sense to drop v1 and > just have v2 as the LBaaS? I read on some forums (I don't remember where) that LBaaS v1 API will be deprecated when LBaaS v2 will be released. Moreover LBaaS v1 will be removed in far future. I think that jclouds should deprecate the LBaaS v1 when LBaaS v2 is released, but not remove it in far future because someone might still need to use it. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r18027504
