org.jclouds.openstack.nova.v2_0.domain.zonescoped
Class ZoneSecurityGroupNameAndPorts

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndName
      extended by org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneSecurityGroupNameAndPorts

public class ZoneSecurityGroupNameAndPorts
extends ZoneAndName


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

ports

protected final Set<Integer> ports
Constructor Detail

ZoneSecurityGroupNameAndPorts

public ZoneSecurityGroupNameAndPorts(String zoneId,
                                     String name,
                                     Iterable<Integer> ports)
Method Detail

getPorts

public Set<Integer> getPorts()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ZoneAndName

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class ZoneAndName


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