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