GetForwardEntriesEntry

data class GetForwardEntriesEntry(val externalIp: String, val externalPort: String, val forwardEntryId: String, val forwardEntryName: String, val id: String, val internalIp: String, val internalPort: String, val ipProtocol: String, val name: String, val status: String)

Constructors

Link copied to clipboard
constructor(externalIp: String, externalPort: String, forwardEntryId: String, forwardEntryName: String, id: String, internalIp: String, internalPort: String, ipProtocol: String, name: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The public IP address.

Link copied to clipboard

The public port.

Link copied to clipboard

The forward entry ID.

Link copied to clipboard

The name of forward entry.

Link copied to clipboard
val id: String

The ID of the Forward Entry.

Link copied to clipboard

The private IP address.

Link copied to clipboard

The internal port.

Link copied to clipboard

The ip protocol. Valid values: any,tcp and udp.

Link copied to clipboard

The forward entry name.

Link copied to clipboard

The status of farward entry. Valid value Available, Deleting and Pending.