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

Page 179

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

169

53-1003248-01

Enumerations

3

templateVariableDataTypeEnum

This enumeration is a high-level description of the supported data types for the Config Template
variables.

TABLE 422

templateSummaryFilterFieldEnum

Parameters

Description

NONE

Template upload operation status is not available.

BUSY

Template upload operation is in busy state.

IN_PROGRESS

Template upload operation is in progress.

COMPLETED

Template upload operation has completed.

FAILED

Template upload operation has failed.

TABLE 423

templateVariableDataTypeEnum

Parameters

Description

BOOLEAN

A boolean variable. If presented as user input in a User Interface, a
checkbox would typically be used.

STRING

A string variable. If presented as user input in a User Interface, a text
field would typically be used.

STRING_NO_WHITE_SPACE

A string variable where white space is not allowed. If presented as user
input in a User Interfa.ce, a text field would typically be used, but with
white space blocked

STRING_LIST

A list of strings separated by commas; typically used for multiple items,
for example: rs1, rs2, rs3.

IP_ADDRESS

A properly-formed IP address, either IPv4 or IPv6, or an empty blank
value.

IP_ADDRESS_NON_BLANK

A properly-formed IP address, either IPv4 or IPv6; but an empty blank
value is not allowed.

IP_ADDRESS_SUBNET

A properly-formed IP subnet in dotted-number form, or an empty blank
value.

IP_ADDRESS_SUBNET_NON_BLANK

A properly-formed IP subnet in dotted-number form; but an empty blank
value is not allowed.

IP_ADDRESS_LIST

A list of properly-formed IP addresses separated by commas; typically
used for multiple items, for example:

10.0.0.1, 10.0.0.222, 10.0.0.250

IP_ADDRESS_AND_PORT

MAC_ADDRESS

A properly-formed IP address, in the form of nnnn.nnnn.nnnn, or an
empty blank value.

MAC_ADDRESS_NON_BLANK

A properly-formed IP address, in the form of nnnn.nnnn.nnnn. An empty
blank value is not allowed.

INTEGER

A positive numeric value. Negative values not supported.

INTEGER_NON_ZERO

A positive numeric value greater than zero. Negative values not
supported.

Advertising