Show / Hide Table of Contents

Class OutboundRuleState

Inheritance
System.Object
InputArgs
ResourceArgs
OutboundRuleState
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.Lb
Assembly: Pulumi.Azure.dll
Syntax
public sealed class OutboundRuleState : ResourceArgs

Constructors

View Source

OutboundRuleState()

Declaration
public OutboundRuleState()

Properties

View Source

AllocatedOutboundPorts

The number of outbound ports to be used for NAT.

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

BackendAddressPoolId

The ID of the Backend Address Pool. Outbound traffic is randomly load balanced across IPs in the backend IPs.

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

EnableTcpReset

Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.

Declaration
public Input<bool> EnableTcpReset { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

FrontendIpConfigurations

One or more frontend_ip_configuration blocks as defined below.

Declaration
public InputList<OutboundRuleFrontendIpConfigurationGetArgs> FrontendIpConfigurations { get; set; }
Property Value
Type Description
InputList<OutboundRuleFrontendIpConfigurationGetArgs>
View Source

IdleTimeoutInMinutes

The timeout for the TCP idle connection

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

LoadbalancerId

The ID of the Load Balancer in which to create the Outbound Rule. Changing this forces a new resource to be created.

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

Name

Specifies the name of the Outbound Rule. 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

Protocol

The transport protocol for the external endpoint. Possible values are Udp, Tcp or All.

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

ResourceGroupName

The name of the resource group in which to create the resource. 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
Back to top Copyright 2016-2020, Pulumi Corporation.