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