Package org.jclouds.cloudstack.domain
Class ZoneSecurityGroupNamePortsCidrs
- java.lang.Object
-
- org.jclouds.cloudstack.domain.ZoneAndName
-
- org.jclouds.cloudstack.domain.ZoneSecurityGroupNamePortsCidrs
-
public class ZoneSecurityGroupNamePortsCidrs extends ZoneAndName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZoneSecurityGroupNamePortsCidrs.Builder<T extends ZoneSecurityGroupNamePortsCidrs.Builder<T>>
-
Field Summary
-
Fields inherited from class org.jclouds.cloudstack.domain.ZoneAndName
name, NAME_FUNCTION, ZONE_FUNCTION, zoneId
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ZoneSecurityGroupNamePortsCidrs.Builder<?>builder()booleanequals(Object obj)Set<String>getCidrs()Set<Integer>getPorts()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()ZoneSecurityGroupNamePortsCidrs.Builder<?>toBuilder()StringtoString()-
Methods inherited from class org.jclouds.cloudstack.domain.ZoneAndName
fromZoneAndName, getName, getZone
-
-
-
-
Method Detail
-
builder
public static ZoneSecurityGroupNamePortsCidrs.Builder<?> builder()
-
toBuilder
public ZoneSecurityGroupNamePortsCidrs.Builder<?> toBuilder()
-
getCidrs
public Set<String> getCidrs()
- Returns:
- the set of cidrs to give access to the open ports in the security group
-
hashCode
public int hashCode()
- Overrides:
hashCodein classZoneAndName
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classZoneAndName
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
- Overrides:
stringin classZoneAndName
-
toString
public String toString()
- Overrides:
toStringin classZoneAndName
-
-