Class AvailabilityZone
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.zonescoped.AvailabilityZone
-
@Deprecated public class AvailabilityZone extends Object
Deprecated.This package has been replaced withorg.jclouds.openstack.nova.v2_0.domain.regionscoped
. Please useAvailabilityZone
instead. To be removed in jclouds 2.0.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AvailabilityZone(String name, ZoneState state)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.String
getName()
Deprecated.ZoneState
getState()
Deprecated.int
hashCode()
Deprecated.protected com.google.common.base.MoreObjects.ToStringHelper
string()
Deprecated.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
AvailabilityZone
@ConstructorProperties({"zoneName","zoneState"}) protected AvailabilityZone(String name, ZoneState state)
Deprecated.
-
-