Class AllocationPool

java.lang.Object
org.jclouds.openstack.neutron.v2.domain.AllocationPool

public class AllocationPool extends Object
A Neutron Subnet Allocation Pool Contains a start and an end IP address describing the pool.
See Also:
  • Field Details

    • start

      protected final String start
    • end

      protected final String end
  • Constructor Details

  • Method Details

    • getStart

      @Nullable public String getStart()
      Returns:
      the start of the AllocationPool
    • getEnd

      @Nullable public String getEnd()
      Returns:
      the end of the AllocationPool
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static AllocationPool.Builder builder()
      Returns:
      the Builder for AllocationPool
    • toBuilder

      public AllocationPool.Builder toBuilder()
      Gets a Builder configured as this object.