Class GetForwardEntriesEntryResult
Inheritance
System.Object
GetForwardEntriesEntryResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetForwardEntriesEntryResult
Fields
View SourceExternalIp
The public IP address.
Declaration
public readonly string ExternalIp
Field Value
| Type | Description |
|---|---|
| System.String |
ExternalPort
The public port.
Declaration
public readonly string ExternalPort
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the Forward Entry.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InternalIp
The private IP address.
Declaration
public readonly string InternalIp
Field Value
| Type | Description |
|---|---|
| System.String |
InternalPort
The private port.
Declaration
public readonly string InternalPort
Field Value
| Type | Description |
|---|---|
| System.String |
IpProtocol
The protocol type.
Declaration
public readonly string IpProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The forward entry name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the Forward Entry.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |