public static class FirewallManager.StoredRule extends Object
| Constructor and Description |
|---|
FirewallManager.StoredRule(FirewallManager.Rule rule,
List<String> cidrs,
Set<Cluster.Instance> instances) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
cidrs()
Get the CIDRs for this stored rule.
|
Set<Cluster.Instance> |
instances()
Get the set of Instances for this stored rule.
|
FirewallManager.Rule |
rule()
Get the Rule object for this stored rule.
|
public FirewallManager.StoredRule(FirewallManager.Rule rule, List<String> cidrs, Set<Cluster.Instance> instances)
public FirewallManager.Rule rule()
public Set<Cluster.Instance> instances()
Copyright © 2010–2016 Cloudera. All rights reserved.