Class FirewallNatRuleCollectionRule
Inheritance
System.Object
FirewallNatRuleCollectionRule
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallNatRuleCollectionRule
Fields
View SourceDescription
Specifies a description for the rule.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DestinationAddresses
A list of destination IP addresses and/or IP ranges.
Declaration
public readonly ImmutableArray<string> DestinationAddresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
DestinationPorts
A list of destination ports.
Declaration
public readonly ImmutableArray<string> DestinationPorts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
Specifies the name of the rule.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Protocols
A list of protocols. Possible values are Any, ICMP, TCP and UDP. If action is Dnat, protocols can only be TCP and UDP.
Declaration
public readonly ImmutableArray<string> Protocols
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SourceAddresses
A list of source IP addresses and/or IP ranges.
Declaration
public readonly ImmutableArray<string> SourceAddresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
TranslatedAddress
The address of the service behind the Firewall.
Declaration
public readonly string TranslatedAddress
Field Value
| Type | Description |
|---|---|
| System.String |
TranslatedPort
The port of the service behind the Firewall.
Declaration
public readonly string TranslatedPort
Field Value
| Type | Description |
|---|---|
| System.String |