> + * 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 {
Well, yes, there will be some namespace pollution, but it usually is not a
problem with jclouds. It helps that the namespaces are fairly well organized.
It's a trade-off, but I think in this case we might get better readability.
Your call, though.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/815/files#r34737556