Package com.abiquo.server.core.infrastructure.network

Examples of com.abiquo.server.core.infrastructure.network.VlanTagAvailabilityDto


    *      > http://community.abiquo.com/display/ABI20/PublicNetworkResource#
    *      PublicNetworkResource- Checkthetagavailability</a>
    * @return Availability state of the tag.
    */
   public VlanTagAvailabilityType checkTagAvailability(final int tag) {
      VlanTagAvailabilityDto availability = context.getApi().getInfrastructureApi().checkTagAvailability(target, tag);

      return availability.getAvailable();
   }
View Full Code Here


    *      > http://community.abiquo.com/display/ABI20/PublicNetworkResource#
    *      PublicNetworkResource- Checkthetagavailability</a>
    * @return Availability state of the tag.
    */
   public VlanTagAvailabilityType checkTagAvailability(final int tag) {
      VlanTagAvailabilityDto availability = context.getApi().getInfrastructureApi().checkTagAvailability(target, tag);

      return availability.getAvailable();
   }
View Full Code Here

    *      > http://community.abiquo.com/display/ABI20/PublicNetworkResource#
    *      PublicNetworkResource- Checkthetagavailability</a>
    * @return Availability state of the tag.
    */
   public VlanTagAvailabilityType checkTagAvailability(final int tag) {
      VlanTagAvailabilityDto availability = context.getApi().getInfrastructureApi().checkTagAvailability(target, tag);

      return availability.getAvailable();
   }
View Full Code Here

TOP

Related Classes of com.abiquo.server.core.infrastructure.network.VlanTagAvailabilityDto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.