public class NeutronFirewall extends Object implements Firewall
Modifier and Type | Class and Description |
---|---|
static class |
NeutronFirewall.FirewallConcreteBuilder |
static class |
NeutronFirewall.Firewalls |
static class |
NeutronFirewall.FirewallStatus
The state of a Neutron (Firewall - FwaaS) entity.
|
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
NeutronFirewall() |
Modifier and Type | Method and Description |
---|---|
static FirewallBuilder |
builder() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getPolicy() |
List<String> |
getRouterIds() |
NeutronFirewall.FirewallStatus |
getStatus() |
String |
getTenantId() |
Boolean |
isAdminStateUp() |
Boolean |
isShared() |
FirewallBuilder |
toBuilder()
Wrap this Firewall to a builder
|
String |
toString() |
public FirewallBuilder toBuilder()
toBuilder
in interface Buildable<FirewallBuilder>
public static FirewallBuilder builder()
public String getId()
public String getName()
public String getTenantId()
getTenantId
in interface Firewall
public String getDescription()
getDescription
in interface Firewall
public Boolean isAdminStateUp()
isAdminStateUp
in interface Firewall
public Boolean isShared()
public NeutronFirewall.FirewallStatus getStatus()
public List<String> getRouterIds()
getRouterIds
in interface Firewall
public String getPolicy()
Copyright © 2017. All rights reserved.