Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
static Firewall |
Firewall.create(String id,
URI selfLink,
Date creationTimestamp,
String name,
String description,
URI network,
List<String> sourceRanges,
List<String> sourceTags,
List<String> targetTags,
List<Firewall.Rule> allowed) |
Modifier and Type | Method and Description |
---|---|
Firewall |
FirewallApi.get(String firewall)
Returns a firewall by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Firewall>> |
FirewallApi.FirewallPages.fetchNextPage(ListOptions options) |
Iterator<ListPage<Firewall>> |
FirewallApi.list() |
Iterator<ListPage<Firewall>> |
FirewallApi.list(ListOptions options) |
ListPage<Firewall> |
FirewallApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of firewall resources available to the specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.