Class AzureFirewallNatRCAction
- java.lang.Object
-
- com.azure.resourcemanager.network.models.AzureFirewallNatRCAction
-
public final class AzureFirewallNatRCAction extends Object
AzureFirewall NAT Rule Collection Action.
-
-
Constructor Summary
Constructors Constructor Description AzureFirewallNatRCAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureFirewallNatRCActionTypetype()Get the type property: The type of action.voidvalidate()Validates the instance.AzureFirewallNatRCActionwithType(AzureFirewallNatRCActionType type)Set the type property: The type of action.
-
-
-
Method Detail
-
type
public AzureFirewallNatRCActionType type()
Get the type property: The type of action.- Returns:
- the type value.
-
withType
public AzureFirewallNatRCAction withType(AzureFirewallNatRCActionType type)
Set the type property: The type of action.- Parameters:
type- the type value to set.- Returns:
- the AzureFirewallNatRCAction object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-