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