org.jclouds.vcloud.director.v1_5.domain.network
Class IpRanges

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.IpRanges

public class IpRanges
extends Object

A list of IpAddresses.

Author:
danikov

Nested Class Summary
static class IpRanges.Builder
           
 
Method Summary
static IpRanges.Builder builder()
           
 boolean equals(Object o)
           
 Set<IpRange> getIpRanges()
           
 int hashCode()
           
 IpRanges.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static IpRanges.Builder builder()

toBuilder

public IpRanges.Builder toBuilder()

getIpRanges

public Set<IpRange> getIpRanges()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.