> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.openstack.nova.v2_0.domain.regionscoped;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.collect.ImmutableMap;
> +import com.google.gson.annotations.SerializedName;
> +
> +import java.beans.ConstructorProperties;
> +import java.util.Date;
> +import java.util.Map;
> +
> +public class AvailabilityZoneDetails {
> +
> +   public static final class HostService {

just curious, Host service is only valid within AvailabilityZoneDetails why 
move it out to its own file?
wouldnt that pollute the namespace if someone introduces an independent host 
service class?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/815/files#r34719841

Reply via email to