Getallstaticnatmappings, Getipnatstatusonrouter – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 584

Advertising
background image

574

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Methods

6

getAllStaticNatMappings

Description
Retrieves static NAT mappings.

Parameters

Table 43

contains the parameters required for the method.

Return values

Table 44

contains the return value of the method.

Error messages

List of Error Messages

getIPNatStatusOnRouter

Description
Retrieves the IP NAT status on the router.

Parameters

Table 45

contains the parameters required for the method.

Return values

Table 46

contains the return values of the method.

TABLE 43

Parameters

Name

Type

Presence

Rules

Description

startIndex

unsignedInt

Optional

Start index to retrieve static NAT mappings.

numRetrieved

unsignedInt

Optional

Number of mappings to be retrieved.
Maximum value allowed is 10.

filter

StaticNatMapFilter

Optional

Filter criteria.

TABLE 44

Return value

Name

Type

Description

genericInfo

ResponseInformation

mapList

StaticNatMap

[]

Static NAT global IP and private IP mappings.

TABLE 45

Parameters

Name

Type

Presence

Rules

Description

id

InterfaceID

Mandatory

Interface on which NAT is being enabled.

TABLE 46

Return values

Name

Type

Description

id

InterfaceID

Interface on which NAT is being enabled.

enableInside

boolean

Enable NAT inside.

enableOutside

boolean

Enable NAT outside.

Advertising