org.jclouds.openstack.nova.v2_0.domain.regionscoped
.
Please use RegionSecurityGroupNameAndPorts
instead. To be removed in jclouds 2.0.@Deprecated public class RegionSecurityGroupNameAndPorts extends RegionAndName
Modifier and Type | Field and Description |
---|---|
protected Set<Integer> |
ports
Deprecated.
|
name, NAME_FUNCTION, REGION_FUNCTION, regionId
Constructor and Description |
---|
RegionSecurityGroupNameAndPorts(String regionId,
String name,
Iterable<Integer> ports)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
Set<Integer> |
getPorts()
Deprecated.
|
int |
hashCode()
Deprecated.
|
com.google.common.base.Objects.ToStringHelper |
string()
Deprecated.
|
fromRegionAndName, fromSlashEncoded, getName, getRegion, slashEncode, toString
public boolean equals(Object o)
equals
in class RegionAndName
public int hashCode()
hashCode
in class RegionAndName
public com.google.common.base.Objects.ToStringHelper string()
string
in class RegionAndName
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.