Uses of Enum Class
org.jclouds.openstack.neutron.v2.domain.RuleProtocol
Packages that use RuleProtocol
-
Uses of RuleProtocol in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return RuleProtocolModifier and TypeMethodDescriptionstatic RuleProtocol
Rule.getProtocol()
static RuleProtocol
Returns the enum constant of this class with the specified name.static RuleProtocol[]
RuleProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.openstack.neutron.v2.domain with parameters of type RuleProtocolModifier and TypeMethodDescriptionRule.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 RuleProtocolModifierConstructorDescriptionprotected
Rule
(String id, String tenantId, RuleDirection direction, String securityGroupId, RuleEthertype ethertype, Integer portRangeMin, Integer portRangeMax, RuleProtocol protocol, String remoteGroupId, String remoteIpPrefix)