|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IpProtocol | |
|---|---|
| org.jclouds.net.domain | |
| org.jclouds.net.util | |
| Uses of IpProtocol in org.jclouds.net.domain |
|---|
| Methods in org.jclouds.net.domain that return IpProtocol | |
|---|---|
static IpProtocol |
IpProtocol.fromValue(String protocol)
|
IpProtocol |
IpPermission.getIpProtocol()
destination IP protocol |
static IpProtocol |
IpProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IpProtocol[] |
IpProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclouds.net.domain with parameters of type IpProtocol | |
|---|---|
IpPermission.Builder |
IpPermission.Builder.ipProtocol(IpProtocol ipProtocol)
|
| Constructors in org.jclouds.net.domain with parameters of type IpProtocol | |
|---|---|
IpPermission(IpProtocol ipProtocol,
int fromPort,
int toPort,
com.google.common.collect.Multimap<String,String> tenantIdGroupNamePairs,
Iterable<String> groupIds,
Iterable<String> cidrBlocks)
|
|
| Uses of IpProtocol in org.jclouds.net.util |
|---|
| Methods in org.jclouds.net.util with parameters of type IpProtocol | |
|---|---|
static IpPermissions.PortSelection |
IpPermissions.permit(IpProtocol protocol)
|
| Constructors in org.jclouds.net.util with parameters of type IpProtocol | |
|---|---|
IpPermissions.ToGroupSourceSelection(IpProtocol ipProtocol,
int fromPort,
int toPort)
|
|
IpPermissions(IpProtocol ipProtocol,
int fromPort,
int toPort,
com.google.common.collect.Multimap<String,String> tenantIdGroupPairs,
Iterable<String> groupIds,
Iterable<String> cidrBlocks)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||