Templatestorageareaenum, Templateresulttypeenum, Templateuploadstatus – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 178: Templatesummaryfilterfieldenum

Advertising
background image

168

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Enumerations

3

templateResultTypeEnum

This enum is a high-level description of the type of result message returned from a Config Template
operation.

templateStorageAreaEnum

This enum is a high-level description of the type of result message returned from a Config Template
operation.

templateSummaryFilterFieldEnum

This enum is a high-level description of the supported filter operations when querying Config
Templates.

templateUploadStatus

This enum is a high-level description of the supported filter operations when querying Config
Templates.

TABLE 419

templateResultTypeEnum

Parameters

Description

ERROR

The message is about an error which caused the operation to fail.

WARNING

The message is about an warning which may or may not be of concern.

MESSAGE

The message is informative but not indicating a problem.

OK

The operation is ok, no problem occurred.

TABLE 420

templateResultTypeEnum

Parameters

Description

ALL_AREAS

All templates in the Brocade Virtual ADX build.

PRE_DEFINED_AREA

Pre-defined, templates provided as part of the Brocade Virtual ADX build.

USER_DEFINED_AREA

User-defined, templates created by a user.

READY_TO_USE_AREA

Ready-to-use, templates that do no require any user inputs and are ready to be
executed. Typically, these templates are copies of template files from one of the
other storage areas. However, the user inputs are already filled in the template
making it ready for use.

TABLE 421

templateSummaryFilterFieldEnum

Parameters

Description

FILENAME

Filter by template filenames

NAME

Filter by template names

DESCRIPTION

Filter by template descriptions

VERSION

Filter by template version

AREA

Filter by template storage area

Advertising