Package org.jclouds.cloudstack.domain
Class ZoneSecurityGroupNamePortsCidrs
java.lang.Object
org.jclouds.cloudstack.domain.ZoneAndName
org.jclouds.cloudstack.domain.ZoneSecurityGroupNamePortsCidrs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class org.jclouds.cloudstack.domain.ZoneAndName
name, NAME_FUNCTION, ZONE_FUNCTION, zoneId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.cloudstack.domain.ZoneAndName
fromZoneAndName, getName, getZone
-
Constructor Details
-
ZoneSecurityGroupNamePortsCidrs
-
-
Method Details
-
builder
-
toBuilder
-
getPorts
- Returns:
- the set of ports to open in the security group
-
getCidrs
- Returns:
- the set of cidrs to give access to the open ports in the security group
-
hashCode
public int hashCode()- Overrides:
hashCode
in classZoneAndName
-
equals
- Overrides:
equals
in classZoneAndName
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()- Overrides:
string
in classZoneAndName
-
toString
- Overrides:
toString
in classZoneAndName
-