Uses of Class
org.jclouds.openstack.neutron.v2.domain.RuleEthertype
-
Packages that use RuleEthertype Package Description org.jclouds.openstack.neutron.v2.domain -
-
Uses of RuleEthertype in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return RuleEthertype Modifier and Type Method Description static RuleEthertypeRuleEthertype. fromValue(String name)RuleEthertypeRule. getEthertype()static RuleEthertypeRuleEthertype. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleEthertype[]RuleEthertype. 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 RuleEthertype Modifier and Type Method Description ParameterizedBuilderTypeRule.Builder. ethertype(RuleEthertype ethertype)The internet protocol version for this rule.Constructors in org.jclouds.openstack.neutron.v2.domain with parameters of type RuleEthertype Constructor Description Rule(String id, String tenantId, RuleDirection direction, String securityGroupId, RuleEthertype ethertype, Integer portRangeMin, Integer portRangeMax, RuleProtocol protocol, String remoteGroupId, String remoteIpPrefix)
-