public class NetworkAccessControlEntry extends Object
Constructor and Description |
---|
NetworkAccessControlEntry() |
Modifier and Type | Method and Description |
---|---|
AccessControlEntryAction |
action()
Get action object.
|
String |
description()
Get description of network access control entry.
|
Integer |
order()
Get order of precedence.
|
String |
remoteSubnet()
Get remote subnet.
|
NetworkAccessControlEntry |
withAction(AccessControlEntryAction action)
Set action object.
|
NetworkAccessControlEntry |
withDescription(String description)
Set description of network access control entry.
|
NetworkAccessControlEntry |
withOrder(Integer order)
Set order of precedence.
|
NetworkAccessControlEntry |
withRemoteSubnet(String remoteSubnet)
Set remote subnet.
|
public AccessControlEntryAction action()
public NetworkAccessControlEntry withAction(AccessControlEntryAction action)
action
- the action value to setpublic String description()
public NetworkAccessControlEntry withDescription(String description)
description
- the description value to setpublic Integer order()
public NetworkAccessControlEntry withOrder(Integer order)
order
- the order value to setpublic String remoteSubnet()
public NetworkAccessControlEntry withRemoteSubnet(String remoteSubnet)
remoteSubnet
- the remoteSubnet value to setCopyright © 2019. All rights reserved.