org.jclouds.openstack.nova.v2_0.domain.zonescoped
Class ZoneAndId
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndId
- Direct Known Subclasses:
- FlavorInZone, ImageInZone, ServerInZone
public class ZoneAndId
- extends Object
- Author:
- Adam Lowe
zoneId
protected final String zoneId
id
protected final String id
ZoneAndId
protected ZoneAndId(String zoneId,
String id)
fromSlashEncoded
public static ZoneAndId fromSlashEncoded(String id)
fromZoneAndId
public static ZoneAndId fromZoneAndId(String zoneId,
String id)
slashEncode
public String slashEncode()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getZone
public String getZone()
getId
public String getId()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.