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

Page 145

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

135

53-1003248-01

Data structures

3

TemplateOperationResult

This structure is a used to return a result message from a Config Template operation. They will be
implemented in an array so that more than one message can be returned at one time.

suppressRejectMessage

twoWayToggleEnum

Optional

Flag to indicate whether
connection reject message is
to be suppressed.

enableAuthentication

boolean

Optional

Flag to indicate whether the
telnet authentication is
enabled or disabled.

password

string

Optional

Clear text
password, up
to 48
alphanumeric
characters is
allowed.

Specifies the telnet
authentication password.

encryptPassword

twoWayToggleBoolEnum

Optional

Specifies whether the
password encryption is
enabled or disabled.

sourceInterface

InterfaceID

Optional

Supported
only in router
mode.

Specifies the source
interface.

vlan

unsignedInt

Optional

Allowed value
range is 1 to
4095

Specifies the VLAN ID.

ipv4AccessGroup

AclID

Optional

If specified,
either the
accessList
number or
name must be
present, but
not both.

Specifies the IPv4 access
list.

ipv6AccessGroup

AclID

Optional

If specified,
either the
accessList
number or
name must be
present, but
not both.

Specifies the IPv6 access list
name.

TABLE 326

TemplateOperationResult attributes

Name

Type

Presence

Rules

Description

type

templateFaultTypeEnum

Mandatory

Possible values are
"ERROR",
"WARNING",
"MESSAGE"

TABLE 325

Attributes

Parameters

Type

Presence

Rules

Description

Advertising