Uses of Class
org.jclouds.googlecomputeengine.domain.ForwardingRule
Packages that use ForwardingRule
-
Uses of ForwardingRule in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return ForwardingRule -
Uses of ForwardingRule in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return ForwardingRuleModifier and TypeMethodDescriptionReturns a forwarding rule by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type ForwardingRuleModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<String, ListPage<ForwardingRule>> AggregatedListApi.ForwardingRulePages.fetchNextPage
(ListOptions options) protected com.google.common.base.Function
<String, ListPage<ForwardingRule>> ForwardingRuleApi.ForwardingRulePages.fetchNextPage
(String regionName, ListOptions options) AggregatedListApi.forwardingRules()
AggregatedListApi.forwardingRules
(ListOptions options) ForwardingRuleApi.list()
ForwardingRuleApi.list
(ListOptions options) ForwardingRuleApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of forwarding rule resources available to the specified project.AggregatedListApi.pageOfForwardingRules
(String pageToken, ListOptions listOptions) Retrieves the list of forwarding rule resources available to the specified project.