getnspartitionResult Structure Definition

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

nspartitionList

List of nspartitions


nspartition Structure Definition

The nspartition structure defines the actual return type values for getnspartition API.

Syntax



Members

partitionname

Name of partition for which to display parameters.

partitionid

Partition Id

partitiontype

Type of the Partition

maxbandwidth

Maximum bandwidth, in Kbps, that the partition can consume. A zero value indicates the bandwidth is unrestricted on the partition and it can consume up to the system limits.

minbandwidth

Minimum bandwidth, in Kbps, that the partition can consume. A zero value indicates the bandwidth is unrestricted on the partition and it can consume up to the system limits
NOTE: This attribute is deprecated.
Minimum bandwith can alternatively be achieved by either judicously configuring maximum bandwidth paramater or by assigning dedicated interface(s) to each partition.

maxconn

Maximum number of concurrent connections that can be open in the partition. A zero value indicates no limit on number of open connections.

maxmemlimit

Maximum memory, in megabytes, allocated to the partition. A zero value indicates the memory is unlimited on the partition and it can consume up to the system limits.

vlan

Identifier of the vlan that is assigned to this partition.

vxlan

Identifier of the vxlan that is assigned to this partition.

bridgegroup

Identifier of the bridge group that is assigned to this partition.

partitionmac

Special MAC address for the partition which is used for communication over shared vlans in this partition. If not specified, the MAC address is auto-generated.

pmacinternal

Partition MAC is generated internally.

_nextgenapiresource


See Also