java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndName
Direct Known Subclasses:
RegionSecurityGroupNameAndPorts, SecurityGroupInRegion

@Deprecated public class RegionAndName extends Object
Deprecated.
This package has been replaced with org.jclouds.openstack.nova.v2_0.domain.regionscoped. Please use RegionAndName instead. To be removed in jclouds 2.0.
Helpful when looking for resources by region and name
  • Field Details

    • NAME_FUNCTION

      public static final com.google.common.base.Function<RegionAndName,String> NAME_FUNCTION
      Deprecated.
    • REGION_FUNCTION

      public static final com.google.common.base.Function<RegionAndName,String> REGION_FUNCTION
      Deprecated.
    • regionId

      protected final String regionId
      Deprecated.
    • name

      protected final String name
      Deprecated.
  • Constructor Details

    • RegionAndName

      protected RegionAndName(String regionId, String name)
      Deprecated.
  • Method Details

    • fromSlashEncoded

      public static RegionAndName fromSlashEncoded(String name)
      Deprecated.
    • fromRegionAndName

      public static RegionAndName fromRegionAndName(String regionId, String name)
      Deprecated.
    • slashEncode

      public String slashEncode()
      Deprecated.
    • getRegion

      public String getRegion()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • equals

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

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

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

      protected com.google.common.base.MoreObjects.ToStringHelper string()
      Deprecated.