getautoscalepolicyResult Structure Definition

The getautoscalepolicyResult structure defines the return type for getautoscalepolicy 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.

autoscalepolicyList

List of autoscalepolicys


autoscalepolicy Structure Definition

The autoscalepolicy structure defines the actual return type values for getautoscalepolicy API.

Syntax



Members

name

The name of the autoscale policy.

rule

The rule associated with the policy.

actioN

The autoscale profile associated with the policy.

comment

Comments associated with this autoscale policy.

logaction

The log action associated with the autoscale policy

hits

Number of hits.

undefhits

Number of Undef hits.

priority

Specifies the priority of the policy.

boundto

Location where policy is bound

gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

_nextgenapiresource


boundpriority


See Also