public class NetworkRuleSet extends Object
Constructor and Description |
---|
NetworkRuleSet() |
Modifier and Type | Method and Description |
---|---|
NetworkRuleBypassOptions |
bypass()
Get the bypass value.
|
NetworkRuleAction |
defaultAction()
Get the defaultAction value.
|
List<IPRule> |
ipRules()
Get the ipRules value.
|
List<VirtualNetworkRule> |
virtualNetworkRules()
Get the virtualNetworkRules value.
|
NetworkRuleSet |
withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value.
|
NetworkRuleSet |
withDefaultAction(NetworkRuleAction defaultAction)
Set the defaultAction value.
|
NetworkRuleSet |
withIpRules(List<IPRule> ipRules)
Set the ipRules value.
|
NetworkRuleSet |
withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set the virtualNetworkRules value.
|
public NetworkRuleBypassOptions bypass()
public NetworkRuleSet withBypass(NetworkRuleBypassOptions bypass)
bypass
- the bypass value to setpublic NetworkRuleAction defaultAction()
public NetworkRuleSet withDefaultAction(NetworkRuleAction defaultAction)
defaultAction
- the defaultAction value to setpublic NetworkRuleSet withIpRules(List<IPRule> ipRules)
ipRules
- the ipRules value to setpublic List<VirtualNetworkRule> virtualNetworkRules()
public NetworkRuleSet withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
virtualNetworkRules
- the virtualNetworkRules value to setCopyright © 2019. All rights reserved.