Class UpdateFirewallRule
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.UpdateFirewallRule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateFirewallRule.Builder
-
Constructor Summary
Constructors Constructor Description UpdateFirewallRule()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
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
public static UpdateFirewallRule.Builder builder()
-
toBuilder
public abstract UpdateFirewallRule.Builder toBuilder()
-
-