Class FirewallOptions
java.lang.Object
org.jclouds.googlecomputeengine.options.FirewallOptions
Options to insert a firewall.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedRule
(Firewall.Rule allowedRule) addSourceRange
(String sourceRange) addSourceTag
(String sourceTag) addTargetTag
(String targetTag) allowedRules
(List<Firewall.Rule> allowedRules) description
(String description) name()
network()
sourceRanges
(Iterable<String> sourceRanges) sourceTags
(Iterable<String> sourceTags) targetTags
(List<String> targetTags)
-
Constructor Details
-
FirewallOptions
public FirewallOptions()
-
-
Method Details
-
getAllowed
- See Also:
-
addAllowedRule
- See Also:
-
allowedRules
- See Also:
-
name
- See Also:
-
name
- See Also:
-
description
- See Also:
-
description
- See Also:
-
network
- See Also:
-
network
- See Also:
-
sourceRanges
- See Also:
-
addSourceRange
- See Also:
-
sourceRanges
- See Also:
-
sourceTags
- See Also:
-
addSourceTag
- See Also:
-
sourceTags
- See Also:
-
targetTags
- See Also:
-
addTargetTag
- See Also:
-
targetTags
- See Also:
-