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

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

public class AvailabilityZone
extends Object


Constructor Summary
protected AvailabilityZone(String name, ZoneState state)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 ZoneState getState()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvailabilityZone

@ConstructorProperties(value={"zoneName","zoneState"})
protected AvailabilityZone(String name,
                                                      ZoneState state)
Method Detail

getName

public String getName()

getState

public ZoneState getState()

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.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.