NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.action(String action) |
Set the action.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.before(NetworkACLRuleBeforePatch before) |
Set the before.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.code(long code) |
Set the code.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.destination(String destination) |
Set the destination.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.destinationPortMax(long destinationPortMax) |
Set the destinationPortMax.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.destinationPortMin(long destinationPortMin) |
Set the destinationPortMin.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.direction(String direction) |
Set the direction.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.name(String name) |
Set the name.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.newBuilder() |
New builder.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.protocol(String protocol) |
Set the protocol.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.source(String source) |
Set the source.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.sourcePortMax(long sourcePortMax) |
Set the sourcePortMax.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.sourcePortMin(long sourcePortMin) |
Set the sourcePortMin.
|
NetworkACLRulePatch.Builder |
NetworkACLRulePatch.Builder.type(long type) |
Set the type.
|