public abstract static class CreateFirewall.Builder extends Object
Constructor and Description |
---|
CreateFirewall.Builder() |
Modifier and Type | Method and Description |
---|---|
abstract CreateFirewall.Builder |
adminStateUp(Boolean adminStateUp) |
abstract CreateFirewall |
build() |
abstract CreateFirewall.Builder |
description(String description) |
abstract CreateFirewall.Builder |
firewallPolicyId(String firewallPolicyId) |
abstract Boolean |
getAdminStateUp() |
abstract String |
getDescription() |
abstract String |
getFirewallPolicyId() |
abstract String |
getName() |
abstract String |
getTenantId() |
abstract CreateFirewall.Builder |
name(String name) |
abstract CreateFirewall.Builder |
tenantId(String tenantId) |
public abstract CreateFirewall.Builder tenantId(String tenantId)
tenantId
- Owner of the firewall. Only admin users can specify a tenant_id other than its own.public abstract CreateFirewall.Builder name(String name)
name
- Human readable name for the firewall (255 characters limit).public abstract CreateFirewall.Builder description(String description)
description
- Human readable description for the firewall (1024 characters limit).public abstract CreateFirewall.Builder adminStateUp(Boolean adminStateUp)
adminStateUp
- The administrative state of the firewall. If False (down), the firewall does not forward any packets.public abstract CreateFirewall.Builder firewallPolicyId(String firewallPolicyId)
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.public abstract CreateFirewall build()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.