Class UpdateFirewallRule
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.UpdateFirewallRule
Representation of update options for an OpenStack Neutron Firewall Rule.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
abstract String
abstract String
abstract String
abstract Boolean
abstract String
abstract IpVersion
abstract String
getName()
abstract Integer
abstract String
abstract Boolean
abstract String
abstract String
abstract String
abstract UpdateFirewallRule.Builder
-
Constructor Details
-
UpdateFirewallRule
public UpdateFirewallRule()
-
-
Method Details
-
getTenantId
-
getName
-
getDescription
-
getFirewallPolicyId
-
getProtocol
-
getIpVersion
-
getSourceIpAddress
-
getDestinationIpAddress
-
getSourcePort
-
getDestinationPort
-
getPosition
-
getAction
-
getEnabled
-
create
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) -
builder
-
toBuilder
-