public class AzureFirewallNatRuleCollection
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
AzureFirewallNatRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallNatRCAction |
action()
Get the action type of a NAT rule collection.
|
String |
etag()
Get gets a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get gets name of the resource that is unique within a resource group.
|
Integer |
priority()
Get priority of the NAT rule collection resource.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the resource.
|
List<AzureFirewallNatRule> |
rules()
Get collection of rules used by a NAT rule collection.
|
AzureFirewallNatRuleCollection |
withAction(AzureFirewallNatRCAction action)
Set the action type of a NAT rule collection.
|
AzureFirewallNatRuleCollection |
withName(String name)
Set gets name of the resource that is unique within a resource group.
|
AzureFirewallNatRuleCollection |
withPriority(Integer priority)
Set priority of the NAT rule collection resource.
|
AzureFirewallNatRuleCollection |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning state of the resource.
|
AzureFirewallNatRuleCollection |
withRules(List<AzureFirewallNatRule> rules)
Set collection of rules used by a NAT rule collection.
|
public Integer priority()
public AzureFirewallNatRuleCollection withPriority(Integer priority)
priority - the priority value to setpublic AzureFirewallNatRCAction action()
public AzureFirewallNatRuleCollection withAction(AzureFirewallNatRCAction action)
action - the action value to setpublic List<AzureFirewallNatRule> rules()
public AzureFirewallNatRuleCollection withRules(List<AzureFirewallNatRule> rules)
rules - the rules value to setpublic ProvisioningState provisioningState()
public AzureFirewallNatRuleCollection withProvisioningState(ProvisioningState provisioningState)
provisioningState - the provisioningState value to setpublic String name()
public AzureFirewallNatRuleCollection withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/