Package | Description |
---|---|
org.apache.jclouds.oneandone.rest.domain |
Modifier and Type | Method and Description |
---|---|
abstract Types.FirewallRuleAction |
FirewallPolicy.Rule.CreatePayload.action() |
static Types.FirewallRuleAction |
Types.FirewallRuleAction.fromValue(String v) |
static Types.FirewallRuleAction |
Types.FirewallRuleAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.FirewallRuleAction[] |
Types.FirewallRuleAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract FirewallPolicy.Rule.CreatePayload.Builder |
FirewallPolicy.Rule.CreatePayload.Builder.action(Types.FirewallRuleAction action) |
static FirewallPolicy.Rule.CreatePayload |
FirewallPolicy.Rule.CreatePayload.create(Types.RuleProtocol protocol,
Integer portFrom,
Integer portTo,
String source,
Types.FirewallRuleAction action,
String port,
String description) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.