SoftLayer_Network_Tunnel_Module_Context_Address_Translation


SoftLayer_Network_Tunnel_Module_Context_Address_Translation

Description

The SoftLayer_Network_Tunnel_Module_Context_Address_Translation data type contains general information relating to a single address translation. Information such as notes, ip addresses, along with record information, and network tunnel data may be retrieved.

Local


customerIpAddress

The ip address record that will receive the encrypted traffic.
Type: string


customerIpAddressId

The unique identifier for the ip address record that will receive the encrypted traffic.
Type: int


id

An address translation’s unique identifier.
Type: int


internalIpAddress

The ip address record that will deliver the encrypted traffic.
Type: string


internalIpAddressId

The unique identifier for the ip address record that will deliver the encrypted traffic.
Type: int


networkTunnelContextId

An address translation’s network tunnel identifier.
Type: int


notes

A name or description given to an address translation to help identify the address translation.
Type: string

Relational


customerIpAddressRecord

The ip address record for the ip that will receive the encrypted traffic from the IPSec network tunnel.
Type: SoftLayer_Network_Customer_Subnet_IpAddress


internalIpAddressRecord

The ip address record for the ip that will deliver the encrypted traffic from the IPSec network tunnel.
Type: SoftLayer_Network_Subnet_IpAddress


networkTunnelContext

The IPSec network tunnel an address translation belongs to.
Type: SoftLayer_Network_Tunnel_Module_Context

Count