| Modifier and Type | Method and Description |
|---|---|
Iterable<org.jclouds.net.domain.IpPermission> |
FirewallToIpPermission.apply(Firewall fw) |
| Constructor and Description |
|---|
NetworkToSecurityGroup(com.google.common.base.Function<Firewall,Iterable<org.jclouds.net.domain.IpPermission>> firewallToPerms,
GoogleComputeEngineApi api,
com.google.common.base.Supplier<String> project) |
| Modifier and Type | Method and Description |
|---|---|
Firewall |
Firewall.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Firewall.Builder |
Firewall.Builder.fromFirewall(Firewall in) |
| Modifier and Type | Method and Description |
|---|---|
Firewall |
FirewallApi.get(String firewallName)
Returns the specified image resource.
|
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.collect.PagedIterable<Firewall> |
FirewallApi.list() |
org.jclouds.collect.PagedIterable<Firewall> |
FirewallApi.list(ListOptions options)
A paged version of FirewallApi#list()
|
ListPage<Firewall> |
FirewallApi.listAtMarker(String marker) |
ListPage<Firewall> |
FirewallApi.listAtMarker(String marker,
ListOptions options)
Retrieves the list of firewall resources available to the specified project.
|
ListPage<Firewall> |
FirewallApi.listFirstPage() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Firewall>> |
ParseFirewalls.ToPagedIterable.fetchNextPage(String projectName,
ListOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Firewall> |
NetworkFirewallPredicates.equalsIpPermission(org.jclouds.net.domain.IpPermission permission) |
static com.google.common.base.Predicate<Firewall> |
NetworkFirewallPredicates.hasPortRange(com.google.common.collect.Range<Integer> portRange) |
static com.google.common.base.Predicate<Firewall> |
NetworkFirewallPredicates.hasProtocol(org.jclouds.net.domain.IpProtocol protocol) |
static com.google.common.base.Predicate<Firewall> |
NetworkFirewallPredicates.hasSourceRange(String sourceRange) |
static com.google.common.base.Predicate<Firewall> |
NetworkFirewallPredicates.hasSourceTag(String sourceTag) |
static com.google.common.base.Predicate<Firewall> |
NetworkFirewallPredicates.providesIpPermission(org.jclouds.net.domain.IpPermission permission) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.