Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain |
Modifier and Type | Field and Description |
---|---|
protected IpProtocol |
Ingress.Builder.ipProtocol |
Modifier and Type | Method and Description |
---|---|
static IpProtocol |
IpProtocol.fromValue(String protocol) |
IpProtocol |
Ingress.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.
|
Modifier and Type | Method and Description |
---|---|
T |
Ingress.Builder.ipProtocol(IpProtocol ipProtocol) |
Constructor and Description |
---|
Ingress(IpProtocol ipProtocol,
int fromPort,
int toPort) |
SecurityGroupRule(IpProtocol ipProtocol,
int fromPort,
int toPort,
String id,
TenantIdAndName group,
String parentGroupId,
SecurityGroupRule.Cidr ipRange) |
Copyright © 2009-2013 jclouds. All Rights Reserved.