Modifier and Type | Class and Description |
---|---|
static class |
CreateFirewall.Builder |
Constructor and Description |
---|
CreateFirewall() |
Modifier and Type | Method and Description |
---|---|
static CreateFirewall.Builder |
builder() |
static CreateFirewall |
create(String tenantId,
String name,
String description,
Boolean adminStateUp,
String firewallPolicyId) |
abstract Boolean |
getAdminStateUp() |
abstract String |
getDescription() |
abstract String |
getFirewallPolicyId() |
abstract String |
getName() |
abstract String |
getTenantId() |
abstract CreateFirewall.Builder |
toBuilder() |
@Nullable public abstract String getName()
CreateFirewall.Builder.name(String)
public static CreateFirewall create(String tenantId, String name, String description, Boolean adminStateUp, String firewallPolicyId)
public static CreateFirewall.Builder builder()
public abstract CreateFirewall.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.