Class ForwardEntryArgs
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.Vpc
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ForwardEntryArgs : ResourceArgs
Constructors
View SourceForwardEntryArgs()
Declaration
public ForwardEntryArgs()
Properties
View SourceExternalIp
The external ip address, the ip must along bandwidth package public ip which alicloud.vpc.NatGateway argument bandwidth_packages.
Declaration
public Input<string> ExternalIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExternalPort
The external port, valid value is 1~65535|any.
Declaration
public Input<string> ExternalPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForwardTableId
The value can get from alicloud.vpc.NatGateway Attributes "forward_table_ids".
Declaration
public Input<string> ForwardTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InternalIp
The internal ip, must a private ip.
Declaration
public Input<string> InternalIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InternalPort
The internal port, valid value is 1~65535|any.
Declaration
public Input<string> InternalPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpProtocol
The ip protocal, valid value is tcp|udp|any.
Declaration
public Input<string> IpProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of forward entry.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |