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  
embeddedMetadata list read only   autogenerated  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
lastUpdatedBy string autogenerated  
mappingType enum (NAT | PAT) 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

embeddedMetadata list read only   autogenerated  
Discussion

Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.


Charateristics

SDK attribute: embeddedMetadata

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 creation only  
Discussion

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


Charateristics

Allowed values: NAT, PAT
SDK attribute: mappingType