|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IpProtocol | |
|---|---|
| org.jclouds.compute.extensions | |
| org.jclouds.compute.stub.extensions | |
| org.jclouds.net.domain | |
| org.jclouds.net.util | |
| Uses of IpProtocol in org.jclouds.compute.extensions |
|---|
| Methods in org.jclouds.compute.extensions with parameters of type IpProtocol | |
|---|---|
SecurityGroup |
SecurityGroupExtension.addIpPermission(IpProtocol protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> tenantIdGroupNamePairs,
Iterable<String> ipRanges,
Iterable<String> groupIds,
SecurityGroup group)
Add a @{link IpPermission} to an existing @{link SecurityGroup}, based on the parameters given. |
SecurityGroup |
SecurityGroupExtension.removeIpPermission(IpProtocol protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> tenantIdGroupNamePairs,
Iterable<String> ipRanges,
Iterable<String> groupIds,
SecurityGroup group)
Remove a @{link IpPermission} from an existing @{link SecurityGroup}, based on the parameters given. |
| Uses of IpProtocol in org.jclouds.compute.stub.extensions |
|---|
| Methods in org.jclouds.compute.stub.extensions with parameters of type IpProtocol | |
|---|---|
SecurityGroup |
StubSecurityGroupExtension.addIpPermission(IpProtocol protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> tenantIdGroupNamePairs,
Iterable<String> ipRanges,
Iterable<String> groupIds,
SecurityGroup group)
|
SecurityGroup |
StubSecurityGroupExtension.removeIpPermission(IpProtocol protocol,
int startPort,
int endPort,
com.google.common.collect.Multimap<String,String> tenantIdGroupNamePairs,
Iterable<String> ipRanges,
Iterable<String> groupIds,
SecurityGroup group)
|
| 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 | |||||||||