getnscapacityResult Structure Definition

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

nscapacityList

List of nscapacitys


nscapacity Structure Definition

The nscapacity structure defines the actual return type values for getnscapacity API.

Syntax



Members

ignoreexpiry

Value to mention if days to expire data needs to be fetched or not.

actualbandwidth

Bandwith in MBPS.

platform

appliance platform type.

vcpucount

number of vCPUs licensed.

maxvcpucount

number of max vCPUs.

edition

Product edition Standard/Enterprise/Platinum.

unit

Bandwidth unit GBPS/MBPS.

bandwidth

Configured Bandwidth.

maxbandwidth

Maximum Bandwidth.

minbandwidth

Minimum Bandwidth.

instancecount

VPX will consume one instance and MPX will consume zero instance

daystoexpiration

Days to expire.

_nextgenapiresource


See Also