| Package | Description |
|---|---|
| io.fabric8.service.jclouds.firewall |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.authorize()
Allows access to the specified port.
|
static Rule |
Rule.create() |
Rule |
Rule.destination(org.jclouds.compute.domain.NodeMetadata destination) |
Rule |
Rule.flush()
Revokes access to the specified port.
|
Rule |
Rule.port(int port) |
Rule |
Rule.portRange(int fromPort,
int toPort) |
Rule |
Rule.ports(int... ports) |
Rule |
Rule.revoke()
Revokes access to the specified port.
|
Rule |
Rule.source(String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallManager.addRule(Rule rule) |
void |
FirewallManager.addRules(Rule... rules) |
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallManager.addRules(Set<Rule> rules) |
Copyright © 2011–2014 Red Hat. All rights reserved.