> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.openstack.nova.v2_0.domain;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.base.Objects.ToStringHelper;
> +import org.jclouds.javax.annotation.Nullable;
> +
> +import javax.inject.Named;
> +import java.beans.ConstructorProperties;
> +
> +/**
> + * Describes an IP address
> + */
> +public class IP {

The name `IP` for this class is a little too abstract IMHO. I would rename this 
class to `FixedIP` to differentiate it from `FloatingIP`.

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

Reply via email to