Show / Hide Table of Contents

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 Source

ExternalIp

The public IP address.

Declaration
public readonly string ExternalIp
Field Value
Type Description
System.String
View Source

ExternalPort

The public port.

Declaration
public readonly string ExternalPort
Field Value
Type Description
System.String
View Source

Id

The ID of the Forward Entry.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InternalIp

The private IP address.

Declaration
public readonly string InternalIp
Field Value
Type Description
System.String
View Source

InternalPort

The private port.

Declaration
public readonly string InternalPort
Field Value
Type Description
System.String
View Source

IpProtocol

The protocol type.

Declaration
public readonly string IpProtocol
Field Value
Type Description
System.String
View Source

Name

The forward entry name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Status

The status of the Forward Entry.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.