Uses of Class
org.jclouds.googlecomputeengine.domain.ForwardingRule.IPProtocol
-
Packages that use ForwardingRule.IPProtocol Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options -
-
Uses of ForwardingRule.IPProtocol in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return ForwardingRule.IPProtocol Modifier and Type Method Description abstract ForwardingRule.IPProtocol
ForwardingRule. ipProtocol()
static ForwardingRule.IPProtocol
ForwardingRule.IPProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static ForwardingRule.IPProtocol[]
ForwardingRule.IPProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecomputeengine.domain with parameters of type ForwardingRule.IPProtocol Modifier and Type Method Description static ForwardingRule
ForwardingRule. create(String id, URI selfLink, String name, String description, Date creationTimestamp, URI region, String ipAddress, ForwardingRule.IPProtocol ipProtocol, String portRange, URI target)
-
Uses of ForwardingRule.IPProtocol in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return ForwardingRule.IPProtocol Modifier and Type Method Description abstract ForwardingRule.IPProtocol
ForwardingRuleCreationOptions. ipProtocol()
Methods in org.jclouds.googlecomputeengine.options with parameters of type ForwardingRule.IPProtocol Modifier and Type Method Description ForwardingRuleCreationOptions.Builder
ForwardingRuleCreationOptions.Builder. ipProtocol(ForwardingRule.IPProtocol ipProtocol)
The IP protocol to which this rule applies
-