Package org.jclouds.cloudstack.domain
Class FirewallRule.Builder<T extends FirewallRule.Builder<T>>
java.lang.Object
org.jclouds.cloudstack.domain.FirewallRule.Builder<T>
- Enclosing class:
FirewallRule
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected String
protected String
protected String
protected String
protected String
protected FirewallRule.Protocol
protected int
protected FirewallRule.State
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
endPort
(int endPort) ipAddressId
(String ipAddressId) protocol
(FirewallRule.Protocol protocol) protected abstract T
self()
startPort
(int startPort) state
(FirewallRule.State state)
-
Field Details
-
id
-
CIDRs
-
startPort
protected int startPort -
endPort
protected int endPort -
icmpCode
-
icmpType
-
ipAddress
-
ipAddressId
-
protocol
-
state
-
tags
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
CIDRs
- See Also:
-
CIDRs
-
startPort
- See Also:
-
endPort
- See Also:
-
icmpCode
- See Also:
-
icmpType
- See Also:
-
ipAddress
- See Also:
-
ipAddressId
- See Also:
-
protocol
- See Also:
-
state
- See Also:
-
tags
- See Also:
-
tags
-
build
-
fromFirewallRule
-