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