|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndName
org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneSecurityGroupNameAndPorts
public class ZoneSecurityGroupNameAndPorts
| Field Summary | |
|---|---|
protected Set<Integer> |
ports
|
| Fields inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndName |
|---|
name, NAME_FUNCTION, ZONE_FUNCTION, zoneId |
| Constructor Summary | |
|---|---|
ZoneSecurityGroupNameAndPorts(String zoneId,
String name,
Iterable<Integer> ports)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Set<Integer> |
getPorts()
|
int |
hashCode()
|
com.google.common.base.Objects.ToStringHelper |
string()
|
| Methods inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndName |
|---|
fromSlashEncoded, fromZoneAndName, getName, getZone, slashEncode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Set<Integer> ports
| Constructor Detail |
|---|
public ZoneSecurityGroupNameAndPorts(String zoneId,
String name,
Iterable<Integer> ports)
| Method Detail |
|---|
public Set<Integer> getPorts()
public boolean equals(Object o)
equals in class ZoneAndNamepublic int hashCode()
hashCode in class ZoneAndNamepublic com.google.common.base.Objects.ToStringHelper string()
string in class ZoneAndName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||