Uses of Class
org.openstack4j.model.compute.IPProtocol
-
Packages that use IPProtocol Package Description org.openstack4j.model.compute org.openstack4j.model.compute.builder org.openstack4j.openstack.compute.domain -
-
Uses of IPProtocol in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return IPProtocol Modifier and Type Method Description IPProtocolSecGroupExtension.Rule. getIPProtocol()Deprecated.static IPProtocolIPProtocol. value(String v)static IPProtocolIPProtocol. 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. -
Uses of IPProtocol in org.openstack4j.model.compute.builder
Methods in org.openstack4j.model.compute.builder with parameters of type IPProtocol Modifier and Type Method Description SecurityGroupRuleBuilderSecurityGroupRuleBuilder. protocol(IPProtocol protocol)Deprecated.IP protocol, one of TCP, UDP or ICMP -
Uses of IPProtocol in org.openstack4j.openstack.compute.domain
Methods in org.openstack4j.openstack.compute.domain that return IPProtocol Modifier and Type Method Description IPProtocolNovaSecGroupExtension.SecurityGroupRule. getIPProtocol()Deprecated.Methods in org.openstack4j.openstack.compute.domain with parameters of type IPProtocol Modifier and Type Method Description SecurityGroupRuleBuilderNovaSecGroupExtension.SecurityGroupRule.RuleConcreteBuilder. protocol(IPProtocol protocol)Deprecated.
-