CTranslationMap

1:1 mapping of customer private IPs in customer domain to customer alias (public) IPs in provider domain and N:1 mapping to customer alias SPAT IP in the provider domain.

Overview

customerAliasIP string required   creation only   filterable   orderable  
customerIP string required   creation only   filterable   orderable  
mappingType enum (NAT | PAT) required   creation only   filterable   orderable  

API Resource

/ctranslationmaps/id
delete get put

Parents

/csnatpools/id/ctranslationmaps
get post

Children

This object has no children.

Members

This object has no members.

Attributes documentation

customerAliasIP string required   creation only   filterable   orderable  
Discussion

Customer public IP in the provider domain.


Charateristics

Format: cidr
SDK attribute: customerAliasIP

customerIP string required   creation only   filterable   orderable  
Discussion

Customer private IP in the customer domain.


Charateristics

Format: cidr
SDK attribute: customerIP

mappingType enum required   creation only   filterable   orderable  
Discussion

NAT for 1:1 mapping or PAT for *:1 mappings.


Charateristics

Allowed values: NAT, PAT
SDK attribute: mappingType