Uses of Class
org.jclouds.googlecomputeengine.domain.Firewall
-
Packages that use Firewall Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Firewall in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Firewall Modifier and Type Method 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)
-
Uses of Firewall in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Firewall Modifier and Type Method Description Firewall
FirewallApi. get(String firewall)
Returns a firewall by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Firewall Modifier and Type Method 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.
-