Class CreateFirewall
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.CreateFirewall
Representation of creation options for an OpenStack Neutron Firewall.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic CreateFirewall.Builderbuilder()static CreateFirewallcreate(String tenantId, String name, String description, Boolean adminStateUp, String firewallPolicyId) abstract Booleanabstract Stringabstract Stringabstract StringgetName()abstract Stringabstract CreateFirewall.Builder 
- 
Constructor Details
- 
CreateFirewall
public CreateFirewall() 
 - 
 - 
Method Details
- 
getTenantId
- See Also:
 
 - 
getName
- See Also:
 
 - 
getDescription
- See Also:
 
 - 
getAdminStateUp
- See Also:
 
 - 
getFirewallPolicyId
- See Also:
 
 - 
create
 - 
builder
 - 
toBuilder
 
 -