Uses of Class
org.jclouds.openstack.neutron.v2.domain.RuleProtocol
-
Packages that use RuleProtocol Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of RuleProtocol in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return RuleProtocol Modifier and Type Method Description static RuleProtocol
RuleProtocol. fromValue(String name)
RuleProtocol
Rule. getProtocol()
static RuleProtocol
RuleProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuleProtocol[]
RuleProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type RuleProtocol Modifier and Type Method Description ParameterizedBuilderType
Rule.Builder. protocol(RuleProtocol protocol)
The protocol that is matched by the security group rule.Constructors in org.jclouds.openstack.neutron.v2.domain with parameters of type RuleProtocol Constructor Description Rule(String id, String tenantId, RuleDirection direction, String securityGroupId, RuleEthertype ethertype, Integer portRangeMin, Integer portRangeMax, RuleProtocol protocol, String remoteGroupId, String remoteIpPrefix)
-