org.jclouds.openstack.nova.v2_0.domain.zonescoped
Class ServerInZone

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndId
      extended by org.jclouds.openstack.nova.v2_0.domain.zonescoped.ServerInZone

public class ServerInZone
extends ZoneAndId

Author:
Adrian Cole

Field Summary
protected  Server server
           
 
Fields inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndId
id, zoneId
 
Constructor Summary
ServerInZone(Server server, String zoneId)
           
 
Method Summary
 Server getServer()
           
 String toString()
           
 
Methods inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndId
equals, fromSlashEncoded, fromZoneAndId, getId, getZone, hashCode, slashEncode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

server

protected final Server server
Constructor Detail

ServerInZone

public ServerInZone(Server server,
                    String zoneId)
Method Detail

getServer

public Server getServer()

toString

public String toString()
Overrides:
toString in class ZoneAndId


Copyright © 2009-2012 jclouds. All Rights Reserved.