java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndId
Direct Known Subclasses:
FlavorInRegion, ImageInRegion, ServerInRegion

@Deprecated public class RegionAndId extends Object
Deprecated.
This package has been replaced with org.jclouds.openstack.nova.v2_0.domain.regionscoped. Please use RegionAndId instead. To be removed in jclouds 2.0.
  • Field Details

    • regionId

      protected final String regionId
      Deprecated.
    • id

      protected final String id
      Deprecated.
  • Constructor Details

    • RegionAndId

      protected RegionAndId(String regionId, String id)
      Deprecated.
  • Method Details

    • fromSlashEncoded

      public static RegionAndId fromSlashEncoded(String id)
      Deprecated.
    • fromRegionAndId

      public static RegionAndId fromRegionAndId(String regionId, String id)
      Deprecated.
    • slashEncode

      public String slashEncode()
      Deprecated.
    • hashCode

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

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • getRegion

      public String getRegion()
      Deprecated.
    • getId

      public String getId()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object