AzureFirewallNatRCAction Class

  • java.lang.Object
    • com.microsoft.azure.management.network.AzureFirewallNatRCAction

public class AzureFirewallNatRCAction

AzureFirewall NAT Rule Collection Action.

Constructor Summary

Constructor Description
AzureFirewallNatRCAction()

Method Summary

Modifier and Type Method and Description
AzureFirewallNatRCActionType type()

Get the type of action.

AzureFirewallNatRCAction withType(AzureFirewallNatRCActionType type)

Set the type of action.

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

AzureFirewallNatRCAction

public AzureFirewallNatRCAction()

Method Details

type

public AzureFirewallNatRCActionType type()

Get the type of action. Possible values include: 'Snat', 'Dnat'.

Returns:

the type value

withType

public AzureFirewallNatRCAction withType(AzureFirewallNatRCActionType type)

Set the type of action. Possible values include: 'Snat', 'Dnat'.

Parameters:

type - the type value to set

Returns:

the AzureFirewallNatRCAction object itself.

Applies to