Class Firewall
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.Firewall
A Firewall
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Firewallcreate(String id, String tenantId, String name, String description, Boolean adminStateUp, String status, String firewallPolicyId) abstract Stringabstract Stringabstract StringgetId()abstract StringgetName()abstract Stringabstract Stringabstract Boolean 
- 
Constructor Details
- 
Firewall
public Firewall() 
 - 
 - 
Method Details
- 
getId
 - 
getTenantId
 - 
getName
 - 
getDescription
 - 
isAdminStateUp
 - 
getStatus
 - 
getFirewallPolicyId
 - 
create
 
 -