Show / Hide Table of Contents

Class DnatEntryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DnatEntryArgs
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.AliCloud.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DnatEntryArgs : ResourceArgs

Constructors

View Source

DnatEntryArgs()

Declaration
public DnatEntryArgs()

Properties

View Source

ExternalIp

The external public IP address.when "type" is "Internet",automatically identify the external ip.

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

ExternalPort

The public port.Value range: 1 to 65535 or "any".

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

InternalIp

The destination private IP address.

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

InternalPort

The destination private port.Value range: 1 to 65535 or "any".

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

IpProtocol

The protocol type. Valid values: TCP: Forwards packets of the TCP protocol. UDP: Forwards packets of the UDP protocol. Any: Forwards packets of all protocols.

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

SagId

The ID of the SAG instance.

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

Type

The DNAT type. Valid values: Intranet: DNAT of private IP addresses. Internet: DNAT of public IP addresses

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.