NATMapEntry

Defines a MAP between the private ip and public ip.

Overview

associatedPATNATPoolID string
creationDate string read only   autogenerated   orderable  
embeddedMetadata list read only   autogenerated  
entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
lastUpdatedBy string autogenerated  
lastUpdatedDate string read only   autogenerated   orderable  
owner string autogenerated  
privateIP string required   filterable   orderable  
privatePort integer read only   filterable   orderable  
publicIP string filterable   orderable  
publicPort integer read only   filterable   orderable  
type enum (MANY_TO_ONE_PAT | ONE_TO_MANY_PAT | ONE_TO_ONE_NAT | UNKNOWN) required   filterable   orderable  

API Resource

/natmapentries/id

Parents

/patnatpools/id/natmapentries
get post

Children

/natmapentries/id/permissions
delete get post put
/natmapentries/id/metadatas
get post
/natmapentries/id/globalmetadatas
get post put

Members

This object has no members.

Attributes documentation

associatedPATNATPoolID string
Discussion

Indicates which PATNATPool this entry belongs to


Charateristics

Format: free
SDK attribute: associatedPATNATPoolID

creationDate string read only   autogenerated   orderable  
Discussion

Time stamp when this object was created.


Charateristics

SDK attribute: creationDate

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

lastUpdatedDate string read only   autogenerated   orderable  
Discussion

Time stamp when this object was last updated.


Charateristics

SDK attribute: lastUpdatedDate

owner string autogenerated  
Discussion

Identifies the user that has created this object.


Charateristics

Format: free
SDK attribute: owner

privateIP string required   filterable   orderable  
Discussion

Private IP address of the interface


Charateristics

Format: free
SDK attribute: privateIP

privatePort integer read only   filterable   orderable  
Discussion

Private port identification


Charateristics

Min value: -1
Max value: 65535
SDK attribute: privatePort

publicIP string filterable   orderable  
Discussion

Public IP address of the interface


Charateristics

SDK attribute: publicIP

publicPort integer read only   filterable   orderable  
Discussion

Public port identification


Charateristics

Min value: -1
Max value: 65535
SDK attribute: publicPort

type enum required   filterable   orderable  
Discussion

The type of address mapping this instance is.


Charateristics

Allowed values: MANY_TO_ONE_PAT, ONE_TO_MANY_PAT, ONE_TO_ONE_NAT, UNKNOWN
Default value: ONE_TO_ONE_NAT
SDK attribute: type