public interface FirewallUpdateBuilder extends Buildable.Builder<FirewallUpdateBuilder,FirewallUpdate>
Modifier and Type | Method and Description |
---|---|
FirewallUpdateBuilder |
adminStateUp(Boolean adminStateUp) |
FirewallUpdateBuilder |
description(String description) |
FirewallUpdateBuilder |
name(String name) |
FirewallUpdateBuilder |
policy(String policyId) |
FirewallUpdateBuilder |
shared(Boolean shared)
shared : When set to True makes this firewall rule visible to tenants other
than its owner, and can be used in firewall policies not owned by its tenant.
|
FirewallUpdateBuilder |
tenantId(String tenantId) |
build, from
FirewallUpdateBuilder tenantId(String tenantId)
tenantId
- : Owner of the Firewall. Only an administrative user can
specify a tenant ID other than its own.FirewallUpdateBuilder name(String name)
name
- : Human readable name for the firewall (255 characters limit). Does not have to be unique.FirewallUpdateBuilder description(String description)
description
- : Human readable description for the firewall (1024 characters limit).FirewallUpdateBuilder adminStateUp(Boolean adminStateUp)
adminstateup
- : The administrative state of the firewall,
which is up (true) or down (false).FirewallUpdateBuilder shared(Boolean shared)
FirewallUpdateBuilder policy(String policyId)
policyid
- : The firewall policy uuid that this firewall is associated with.
This firewall will implement the rules contained in the firewall policy represented by this uuid.Copyright © 2017. All rights reserved.