Sslprofilefilter, Sslprofilesummary, Sslprofilesimplefilter – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 649

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

639

53-1003248-01

Data structures

6

SslProfileFilter

This structure is the high-level description of information of the filter for an SSL profile.

SslProfileSimpleFilter

This structure is the high-level description of information of a simple filter for SSL profile.

SslProfileSummary

This structure is the high-level description of an SSL profile.

TABLE 217

Attributes

Name

Type

Presence

Rules

Description

simpleFilter

SslProfileSimpleFilter

Mandatory

Simple filter

TABLE 218

Attributes

Name

Type

Presence

Rules

Description

field

sslProfileFilterFieldEnum

Mandatory

Filter field name.

operator

filterOperatorEnum

Mandatory

Filter operator type.

value

string

Optional

Ignored when the
operator value is
Range.

Value of the field for filtering.

startValue

string

Optional

This parameter is
mandatory and
considered only
when the operator
value is Range.

The start value in a range.

endValue

string

Optional

This parameter is
mandatory and
considered only
when the operator
value is Range.

The end value in a range.

TABLE 219

Attributes

Name

Type

Presence

Rules

Description

name

string

Optional

Name of the SSL profile.

keyPairFilename

string

Optional

Filename of the associated key
pair file.

certificateFilename

string

Optional

Filename of the associated
certificate file.

allowSelfSigned

boolean

Optional

Allows or disallows self-signed
certificates.

allowCertChaining

boolean

Optional

Allows CA certificate chaining.

inUse

boolean

Optional

Used or unused state of the SSL
Profile.

Advertising