Class RegionSecurityGroupNameAndPorts
- java.lang.Object
-
- org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndName
-
- org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionSecurityGroupNameAndPorts
-
@Deprecated public class RegionSecurityGroupNameAndPorts extends RegionAndName
Deprecated.This package has been replaced withorg.jclouds.openstack.nova.v2_0.domain.regionscoped
. Please useRegionSecurityGroupNameAndPorts
instead. To be removed in jclouds 2.0.
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<Integer>
ports
Deprecated.-
Fields inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndName
name, NAME_FUNCTION, REGION_FUNCTION, regionId
-
-
Constructor Summary
Constructors Constructor Description RegionSecurityGroupNameAndPorts(String regionId, String name, Iterable<Integer> ports)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.Set<Integer>
getPorts()
Deprecated.int
hashCode()
Deprecated.com.google.common.base.MoreObjects.ToStringHelper
string()
Deprecated.-
Methods inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.RegionAndName
fromRegionAndName, fromSlashEncoded, getName, getRegion, slashEncode, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equals
in classRegionAndName
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classRegionAndName
-
string
public com.google.common.base.MoreObjects.ToStringHelper string()
Deprecated.- Overrides:
string
in classRegionAndName
-
-