mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 10:09:35 +00:00
Implemented the supports exclusion CIDR new method
This commit is contained in:
parent
f4f86edd4d
commit
65f29d1802
@ -321,6 +321,11 @@ public class GoogleComputeEngineSecurityGroupExtension implements SecurityGroupE
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsExclusionCidrBlocks() {
|
||||
return false;
|
||||
}
|
||||
|
||||
private SecurityGroup groupForTagsInNetwork(Network nw, final Set <String> tags) {
|
||||
ListOptions opts = new Builder().filter("network eq .*/" + nw.getName());
|
||||
Set<Firewall> fws = api.getFirewallApiForProject(userProject.get()).list(opts).concat()
|
||||
|
Loading…
x
Reference in New Issue
Block a user