public static final class TnNodeStackSpanStatus.Builder
extends java.lang.Object
TnNodeStackSpanStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TnNodeStackSpanStatus. |
| Modifier and Type | Method and Description |
|---|---|
TnNodeStackSpanStatus |
build() |
TnNodeStackSpanStatus.Builder |
setDedicatedStackStatus(java.lang.String dedicatedStackStatus)
Possible values are:
TnNodeStackSpanStatus.DEDICATED_STACK_STATUS_UNKNOWN
TnNodeStackSpanStatus.DEDICATED_STACK_STATUS_SUCCESS
TnNodeStackSpanStatus.DEDICATED_STACK_STATUS_FAILED
Show the dedicated mirror stack health status, if the TN node has the
mirror stack, it will show SUCCESS or it will show FAILED. |
TnNodeStackSpanStatus.Builder |
setDetail(java.lang.String detail)
Give the detail info for mirror stack and vmknic health status.
|
TnNodeStackSpanStatus.Builder |
setLastUpdatedTime(java.lang.Long lastUpdatedTime)
TN miror stack status will be updated periodically, this item indicates the
lastest timestamp of TN node stack status is updated.
|
TnNodeStackSpanStatus.Builder |
setTnNodeId(java.lang.String tnNodeId)
For L3PortMirrorSession configured mirror stack, show the TN node UUID which
spaned in L3PortMirrorSession.
|
TnNodeStackSpanStatus.Builder |
setTnNodeName(java.lang.String tnNodeName)
For L3PortMirrorSession configured mirror stack, show the TN node friendly name
which spaned in L3PortMirrorSession.
|
TnNodeStackSpanStatus.Builder |
setVmknicStatus(java.lang.String vmknicStatus)
Possible values are:
TnNodeStackSpanStatus.VMKNIC_STATUS_UNKNOWN
TnNodeStackSpanStatus.VMKNIC_STATUS_SUCCESS
TnNodeStackSpanStatus.VMKNIC_STATUS_FAILED
Show the vmknic health status, if the vmknic has been bouned to mirror
stack, it will show SUCCESS or it will show FAILED. |
public Builder()
TnNodeStackSpanStatus.public TnNodeStackSpanStatus.Builder setDedicatedStackStatus(java.lang.String dedicatedStackStatus)
dedicatedStackStatus - New value for the property.public TnNodeStackSpanStatus.Builder setDetail(java.lang.String detail)
detail - New value for the property.public TnNodeStackSpanStatus.Builder setLastUpdatedTime(java.lang.Long lastUpdatedTime)
lastUpdatedTime - New value for the property.public TnNodeStackSpanStatus.Builder setTnNodeId(java.lang.String tnNodeId)
tnNodeId - New value for the property.public TnNodeStackSpanStatus.Builder setTnNodeName(java.lang.String tnNodeName)
tnNodeName - New value for the property.public TnNodeStackSpanStatus.Builder setVmknicStatus(java.lang.String vmknicStatus)
vmknicStatus - New value for the property.public TnNodeStackSpanStatus build()