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

associatedDomainID string read only  
customerAliasIP string required   creation only  
customerIP string required   creation only  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
lastUpdatedBy string autogenerated  
mappingType enum (NAT | PAT) required   creation only  

API Resource

/ctranslationmaps/id
delete get put

Parents

/csnatpools/id/ctranslationmaps
get post put

Children

/ctranslationmaps/id/metadatas
get post
/ctranslationmaps/id/globalmetadatas
get post put

Members

This object has no members.

Attributes documentation

associatedDomainID string read only  
Discussion

Domain associated to this address mapping.


Charateristics

Format: free
SDK attribute: associatedDomainID

customerAliasIP string required   creation only  
Discussion

Customer public IP in the provider domain.


Charateristics

Format: cidr
SDK attribute: customerAliasIP

customerIP string required   creation only  
Discussion

Customer private IP in the customer domain.


Charateristics

Format: cidr
SDK attribute: customerIP

entityScope enum autogenerated  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
SDK attribute: entityScope

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

lastUpdatedBy string autogenerated  
Discussion

ID of the user who last updated the object.


Charateristics

Format: free
SDK attribute: lastUpdatedBy

mappingType enum required   creation only  
Discussion

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


Charateristics

Allowed values: NAT, PAT
SDK attribute: mappingType