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

Page 581

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

571

53-1003248-01

Methods

6

Parameters

Table 34

contains the parameters required for the method.

Error messages

List of Error Messages

createNatPools

Description
Creates NAT pools.

Parameters

Table 35

contains the parameters required for the method.

Error messages

List of Error Messages

createStaticNatMappings

Description
Creates static NAT mappings.

TABLE 34

Parameters

Name

Type

Presence

Rules

Description

isInsideNat

boolean

Optional

Both "insideNat" and
"protocol" cannot be
present.

When set to “TRUE”, clear a specific
NAT entry based on the private and
global IP addresses.

protocol

ipProtocolEnum

Optional

Both "insideNat" and
"protocol" cannot be
present. Valid values are
"TCP", "UDP" and "ICMP".

Clears the NAT entries based on
protocol.

globalIP

string

Optional

Global IP address.

globalPort

unsignedInt

Optional

Valid only when "protocol"
is present, otherwise
ignored.

Global port.

privateIP

string

Optional

Private IP address.

privatePort

unsignedInt

Optional

Valid only when "protocol"
is present, otherwise
ignored.

Private port.

TABLE 35

Parameters

Name

Type

Presence

Rules

Description

poolList

NatPool

[]

Mandatory

List of NAT pools to be created.

Advertising