| getpcpprofileResult Structure Definition |
The getpcpprofileResult structure defines the return type for getpcpprofile 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. |
pcpprofileList |
List of pcpprofiles |
| pcpprofile Structure Definition |
The pcpprofile structure defines the actual return type values for getpcpprofile API. |
Syntax |
Members |
name |
Name of the pcp server. |
mapping |
This argument is for enabling/disabling the MAP opcode of current PCP Profile |
peer |
This argument is for enabling/disabling the PEER opcode of current PCP Profile |
minmaplife |
Integer value that identify the minimum mapping lifetime (in seconds) for a pcp profile. default(120s) |
maxmaplife |
Integer value that identify the maximum mapping lifetime (in seconds) for a pcp profile. default(86400s = 24Hours). |
announcemulticount |
Integer value that identify the number announce message to be send. |
thirdparty |
This argument is for enabling/disabling the THIRD PARTY opcode of current PCP Profile |
_nextgenapiresource |
See Also |