Show / Hide Table of Contents

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 Source

Description

Specifies a description for the rule.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

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>
View Source

DestinationPorts

A list of destination ports.

Declaration
public readonly ImmutableArray<string> DestinationPorts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Name

Specifies the name of the rule.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

TranslatedAddress

The address of the service behind the Firewall.

Declaration
public readonly string TranslatedAddress
Field Value
Type Description
System.String
View Source

TranslatedPort

The port of the service behind the Firewall.

Declaration
public readonly string TranslatedPort
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.