public class FirewallRule extends ResourceImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
FirewallRule.Builder |
href, id, name, type| Constructor and Description |
|---|
FirewallRule(String id,
String name,
String type,
URI href,
String firewallType,
boolean isEnabled,
String source,
String destination,
String port,
String policy,
String description,
boolean isLogged,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
static FirewallRule.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDestination() |
String |
getFirewallType() |
String |
getPolicy() |
String |
getPort() |
String |
getProtocol() |
String |
getSource() |
boolean |
isEnabled() |
boolean |
isLogged() |
FirewallRule.Builder |
toBuilder() |
String |
toString() |
public static FirewallRule.Builder builder()
public FirewallRule.Builder toBuilder()
toBuilder in class ResourceImplpublic boolean equals(Object obj)
equals in class ResourceImplpublic boolean isEnabled()
public String getSource()
public String getDestination()
public String getFirewallType()
public String getPort()
public String getPolicy()
public String getDescription()
public boolean isLogged()
public String getProtocol()
public String toString()
toString in class ResourceImplCopyright © 2009-2012 jclouds. All Rights Reserved.