Show / Hide Table of Contents

Class ForwardEntryState

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

Constructors

View Source

ForwardEntryState()

Declaration
public ForwardEntryState()

Properties

View Source

ExternalIp

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

ExternalPort

The external port, valid value is 1~65535|any.

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

ForwardEntryId

The id of the forward entry on the server.

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

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

InternalIp

The internal ip, must a private ip.

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

InternalPort

The internal port, valid value is 1~65535|any.

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

IpProtocol

The ip protocal, valid value is tcp|udp|any.

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

Name

The name of forward entry.

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