remoteProcessGroupPortEntity element
| Type: | remoteProcessGroupPortEntity |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
A serialized representation of this class can be placed in the entity body of a request or response to or from the API. This particular entity holds a reference to a RemoteProcessGroupPortDTO.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<remoteProcessGroupPortEntity>
<revision>
<clientId>...</clientId>
<version>...</version>
</revision>
<remoteProcessGroupPort>
<comments>...</comments>
<concurrentlySchedulableTaskCount>...</concurrentlySchedulableTaskCount>
<id>...</id>
<groupId>...</groupId>
<name>...</name>
<useCompression>...</useCompression>
<exists>...</exists>
</remoteProcessGroupPort>
</remoteProcessGroupPortEntity>
Example JSON
{
"remoteProcessGroupPort" : {
"comments" : "...",
"concurrentlySchedulableTaskCount" : ...,
"id" : "...",
"groupId" : "...",
"name" : "...",
"useCompression" : false,
"exists" : false
},
"revision" : {
"clientId" : "...",
"version" : ...
}
}