Class DnatEntryArgs
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.AliCloud.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DnatEntryArgs : ResourceArgs
Constructors
View SourceDnatEntryArgs()
Declaration
public DnatEntryArgs()
Properties
View SourceExternalIp
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> |
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> |
InternalIp
The destination private IP address.
Declaration
public Input<string> InternalIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
SagId
The ID of the SAG instance.
Declaration
public Input<string> SagId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |