NetworkRuleSet Class

  • java.lang.Object
    • com.microsoft.azure.management.keyvault.NetworkRuleSet

public class NetworkRuleSet

A set of rules governing the network accessibility of a vault.

Constructor Summary

Constructor Description
NetworkRuleSet()

Method Summary

Modifier and Type Method and Description
NetworkRuleBypassOptions bypass()

Get the bypass value.

NetworkRuleAction defaultAction()

Get the defaultAction value.

java.util.List<IPRule> ipRules()

Get the ipRules value.

java.util.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NetworkRuleSet

public NetworkRuleSet()

Method Details

bypass

public NetworkRuleBypassOptions bypass()

Get the bypass value.

Returns:

the bypass value

defaultAction

public NetworkRuleAction defaultAction()

Get the defaultAction value.

Returns:

the defaultAction value

ipRules

public List ipRules()

Get the ipRules value.

Returns:

the ipRules value

virtualNetworkRules

public List virtualNetworkRules()

Get the virtualNetworkRules value.

Returns:

the virtualNetworkRules value

withBypass

public NetworkRuleSet withBypass(NetworkRuleBypassOptions bypass)

Set the bypass value.

Parameters:

bypass - the bypass value to set

Returns:

the NetworkRuleSet object itself.

withDefaultAction

public NetworkRuleSet withDefaultAction(NetworkRuleAction defaultAction)

Set the defaultAction value.

Parameters:

defaultAction - the defaultAction value to set

Returns:

the NetworkRuleSet object itself.

withIpRules

public NetworkRuleSet withIpRules(List ipRules)

Set the ipRules value.

Parameters:

ipRules - the ipRules value to set

Returns:

the NetworkRuleSet object itself.

withVirtualNetworkRules

public NetworkRuleSet withVirtualNetworkRules(List virtualNetworkRules)

Set the virtualNetworkRules value.

Parameters:

virtualNetworkRules - the virtualNetworkRules value to set

Returns:

the NetworkRuleSet object itself.

Applies to