Class CreateFirewall.Builder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.CreateFirewall.Builder
- Enclosing class:
CreateFirewall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CreateFirewall.Builder
adminStateUp
(Boolean adminStateUp) abstract CreateFirewall
build()
abstract CreateFirewall.Builder
description
(String description) abstract CreateFirewall.Builder
firewallPolicyId
(String firewallPolicyId) abstract Boolean
abstract String
abstract String
abstract String
getName()
abstract String
abstract CreateFirewall.Builder
abstract CreateFirewall.Builder
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tenantId
- Parameters:
tenantId
- Owner of the firewall. Only admin users can specify a tenant_id other than its own.- Returns:
- The CreateFirewall builder.
-
name
- Parameters:
name
- Human readable name for the firewall (255 characters limit).- Returns:
- The CreateFirewall builder.
-
description
- Parameters:
description
- Human readable description for the firewall (1024 characters limit).- Returns:
- The CreateFirewall builder.
-
adminStateUp
- Parameters:
adminStateUp
- The administrative state of the firewall. If False (down), the firewall does not forward any packets.- Returns:
- The CreateFirewall builder.
-
firewallPolicyId
- Parameters:
firewallPolicyId
- The firewall policy uuid that this firewall is associated with. This firewall implements the rules contained in the firewall policy represented by this uuid.- Returns:
- The CreateFirewall builder.
-
getTenantId
-
getName
-
getDescription
-
getAdminStateUp
-
getFirewallPolicyId
-
build
-