Modifier and Type | Class and Description |
---|---|
static class |
UpdateFirewallRule.Builder |
Constructor and Description |
---|
UpdateFirewallRule() |
Modifier and Type | Method and Description |
---|---|
static UpdateFirewallRule.Builder |
builder() |
static UpdateFirewallRule |
create(String tenantId,
String name,
String description,
String firewallPolicyId,
Boolean shared,
String protocol,
IpVersion ipVersion,
String sourceIpAddress,
String destinationIpAddress,
String sourcePort,
String destinationPort,
int position,
String action,
Boolean enabled) |
abstract String |
getAction() |
abstract String |
getDescription() |
abstract String |
getDestinationIpAddress() |
abstract String |
getDestinationPort() |
abstract Boolean |
getEnabled() |
abstract String |
getFirewallPolicyId() |
abstract IpVersion |
getIpVersion() |
abstract String |
getName() |
abstract Integer |
getPosition() |
abstract String |
getProtocol() |
abstract Boolean |
getShared() |
abstract String |
getSourceIpAddress() |
abstract String |
getSourcePort() |
abstract String |
getTenantId() |
abstract UpdateFirewallRule.Builder |
toBuilder() |
public static UpdateFirewallRule create(String tenantId, String name, String description, String firewallPolicyId, Boolean shared, String protocol, IpVersion ipVersion, String sourceIpAddress, String destinationIpAddress, String sourcePort, String destinationPort, int position, String action, Boolean enabled)
public static UpdateFirewallRule.Builder builder()
public abstract UpdateFirewallRule.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.