public static class VspAclRule.Builder extends VspBuilder<VspAclRule.Builder,VspAclRule>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VspAclRule.Builder |
action(VspAclRule.ACLAction action) |
VspAclRule |
build() |
VspAclRule.Builder |
endPort(Integer endPort) |
VspAclRule.Builder |
fromObject(VspAclRule obj) |
VspAclRule.Builder |
priority(Integer priority) |
VspAclRule.Builder |
protocol(Protocol protocol) |
VspAclRule.Builder |
protocol(String protocol) |
VspAclRule.Builder |
sourceCidrList(List<String> sourceCidrList) |
VspAclRule.Builder |
sourceIpAddress(String sourceIpAddress) |
VspAclRule.Builder |
startPort(Integer startPort) |
VspAclRule.Builder |
state(VspAclRule.ACLState state) |
VspAclRule.Builder |
trafficType(VspAclRule.ACLTrafficType trafficType) |
VspAclRule.Builder |
type(VspAclRule.ACLType type) |
VspAclRule.Builder |
uuid(String uuid) |
public VspAclRule.Builder uuid(String uuid)
public VspAclRule.Builder protocol(Protocol protocol)
public VspAclRule.Builder protocol(String protocol)
public VspAclRule.Builder startPort(Integer startPort)
public VspAclRule.Builder endPort(Integer endPort)
public VspAclRule.Builder state(VspAclRule.ACLState state)
public VspAclRule.Builder trafficType(VspAclRule.ACLTrafficType trafficType)
public VspAclRule.Builder action(VspAclRule.ACLAction action)
public VspAclRule.Builder sourceIpAddress(String sourceIpAddress)
public VspAclRule.Builder sourceCidrList(List<String> sourceCidrList)
public VspAclRule.Builder priority(Integer priority)
public VspAclRule.Builder type(VspAclRule.ACLType type)
public VspAclRule build()
build in class VspBuilder<VspAclRule.Builder,VspAclRule>public VspAclRule.Builder fromObject(VspAclRule obj)
fromObject in class VspBuilder<VspAclRule.Builder,VspAclRule>Copyright © 2016–2017 Nuage Networks. All rights reserved.