Uses of Class
org.jclouds.profitbricks.domain.Firewall.Rule
-
Packages that use Firewall.Rule Package Description org.jclouds.profitbricks.domain org.jclouds.profitbricks.http.parser.firewall.rule -
-
Uses of Firewall.Rule in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Firewall.Rule Modifier and Type Method Description Firewall.Rule
Firewall.Rule.Builder. build()
Methods in org.jclouds.profitbricks.domain that return types with arguments of type Firewall.Rule Modifier and Type Method Description abstract List<Firewall.Rule>
Firewall.Request.AddRulePayload. rules()
abstract List<Firewall.Rule>
Firewall. rules()
Method parameters in org.jclouds.profitbricks.domain with type arguments of type Firewall.Rule Modifier and Type Method Description static Firewall.Request.AddRulePayload
Firewall.Request. createAddRulePayload(String nicId, List<Firewall.Rule> rules)
abstract Firewall.Builder
Firewall.Builder. rules(List<Firewall.Rule> rules)
-
Uses of Firewall.Rule in org.jclouds.profitbricks.http.parser.firewall.rule
Methods in org.jclouds.profitbricks.http.parser.firewall.rule that return types with arguments of type Firewall.Rule Modifier and Type Method Description List<Firewall.Rule>
FirewallRuleListResponseHandler. getResult()
-