clusterPortStatus
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
DTO for serializing the a port's status across the cluster.
XML
Elements
| name (type) |
min/max occurs |
description |
|
statsLastRefreshed (string)
|
0/1 |
The time the status was last refreshed.
|
|
nodePortStatus (nodePortStatus)
|
0/unbounded |
The port status from each node in the cluster.
|
|
portId (string)
|
0/1 |
The port id.
|
|
portName (string)
|
0/1 |
The port name.
|
JSON
| property |
type |
description |
| statsLastRefreshed |
statsLastRefreshed (string)
|
The time the status was last refreshed.
|
| nodePortStatus |
array of nodePortStatus (nodePortStatus)
|
The port status from each node in the cluster.
|
| portId |
portId (string)
|
The port id.
|
| portName |
portName (string)
|
The port name.
|