Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ForwardingRule |
ForwardingRuleApi.get(String forwardingRule)
Returns a forwarding rule by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Iterator<ListPage<ForwardingRule>> |
AggregatedListApi.forwardingRules() |
Iterator<ListPage<ForwardingRule>> |
AggregatedListApi.forwardingRules(ListOptions options) |
Iterator<ListPage<ForwardingRule>> |
ForwardingRuleApi.list() |
Iterator<ListPage<ForwardingRule>> |
ForwardingRuleApi.list(ListOptions options) |
ListPage<ForwardingRule> |
ForwardingRuleApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of forwarding rule resources available to the specified project.
|
ListPage<ForwardingRule> |
AggregatedListApi.pageOfForwardingRules(String pageToken,
ListOptions listOptions)
Retrieves the list of forwarding rule resources available to the
specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.