Show / Hide Table of Contents

Class FirewallNatRuleCollectionState

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallNatRuleCollectionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallNatRuleCollectionState : ResourceArgs

Constructors

View Source

FirewallNatRuleCollectionState()

Declaration
public FirewallNatRuleCollectionState()

Properties

View Source

Action

Specifies the action the rule will apply to matching traffic. Possible values are Dnat and Snat.

Declaration
public Input<string> Action { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AzureFirewallName

Specifies the name of the Firewall in which the NAT Rule Collection should be created. Changing this forces a new resource to be created.

Declaration
public Input<string> AzureFirewallName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the NAT Rule Collection which must be unique within the Firewall. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

Specifies the priority of the rule collection. Possible values are between 100 - 65000.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ResourceGroupName

Specifies the name of the Resource Group in which the Firewall exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Rules

One or more rule blocks as defined below.

Declaration
public InputList<FirewallNatRuleCollectionRuleGetArgs> Rules { get; set; }
Property Value
Type Description
InputList<FirewallNatRuleCollectionRuleGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.