Modifier and Type | Class and Description |
---|---|
static class |
Firewall.Rule.Builder |
Constructor and Description |
---|
Firewall.Rule() |
Modifier and Type | Method and Description |
---|---|
static Firewall.Rule.Builder |
builder() |
abstract Integer |
icmpCode() |
abstract Integer |
icmpType() |
abstract String |
id() |
abstract String |
name() |
abstract Integer |
portRangeEnd() |
abstract Integer |
portRangeStart() |
abstract Firewall.Protocol |
protocol() |
abstract String |
sourceIp() |
abstract String |
sourceMac() |
abstract String |
targetIp() |
Firewall.Rule.Builder |
toBuilder() |
@Nullable public abstract Firewall.Protocol protocol()
public static Firewall.Rule.Builder builder()
public Firewall.Rule.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.