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.Builder
builder()
static CreateFirewall
create
(String tenantId, String name, String description, Boolean adminStateUp, String firewallPolicyId) abstract Boolean
abstract String
abstract String
abstract String
getName()
abstract String
abstract 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
-