getcspolicyResult Structure Definition

The getcspolicyResult structure defines the return type for getcspolicy API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

cspolicyList

List of cspolicys


cspolicy Structure Definition

The cspolicy structure defines the actual return type values for getcspolicy API.

Syntax



Members

policyname

Name of the content switching policy to display.

rule

The condition for applying this policy.

actioN

The CS action name.

vstype

Virtual server type.

hits

Total number of hits.

bindhits

Bind Hits of CS Policy

labelname

Name of the label invoked.

labeltype

The invocation type.

target

Target flag
NOTE: This attribute is deprecated.

priority

priority of bound policy

activepolicy

Indicates whether policy is bound or not.

logaction

The log action associated with the content switching policy

boundto

Location where policy is bound

gotopriorityexpression

Expression specifying the priority of the next policy to be evaluated if the current policy rule evaluates to TRUE.

_nextgenapiresource


csdomain

Bound content switching virtual server name.

cstarget

Bound load balancing virtual server name.

cspriority

Priority of bound content switching virtual server

cshits

Hits of bound content switching virtual server

csinvokelabeltype

The invocation type.

csinvokelabelname

Name of the label invoked.

crdomain

Bound CR virtual server name.

crtarget

Bound load balancing virtual server name.

gotocrnextpriorityexpression

Expression specifying the priority of the next policy to be evaluated if the current policy rule evaluates to TRUE.

crpriority

Priority of bound cr virtual server

crhits

Hits of bound cr virtual server

crinvokelabeltype

The invocation type.

crinvokelabelname

Name of the label invoked.

cspolicylabel

Bound CS PolicyLabel name.

cspltarget

Bound load balancing virtual server name.

gotocsplnextpriorityexpression

Expression specifying the priority of the next policy to be evaluated if the current policy rule evaluates to TRUE.

csplpriority

Priority of bound cs policylabel

csplhits

Hits of bound cspolicylabel

csplinvokelabeltype

The invocation type.

csplinvokelabelname

Name of the label invoked.

See Also