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 useAvailabilityZoneinstead. To be removed in jclouds 2.0.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAvailabilityZone(String name, ZoneState state)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.StringgetName()Deprecated.ZoneStategetState()Deprecated.inthashCode()Deprecated.protected com.google.common.base.MoreObjects.ToStringHelperstring()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
AvailabilityZone
@ConstructorProperties({"zoneName","zoneState"}) protected AvailabilityZone(String name, ZoneState state)
Deprecated.
-
-