public static final class VdrConnectionInfo.Builder
extends java.lang.Object
VdrConnectionInfo
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
VdrConnectionInfo . |
Modifier and Type | Method and Description |
---|---|
VdrConnectionInfo |
build() |
VdrConnectionInfo.Builder |
setHostSwitchId(java.lang.String hostSwitchId)
UUID of the host switch
|
VdrConnectionInfo.Builder |
setLeafStats(LeafStats leafStats) |
VdrConnectionInfo.Builder |
setTxDispatchQueueStats(TXDispatchQueueStats txDispatchQueueStats) |
public Builder()
VdrConnectionInfo
.public VdrConnectionInfo.Builder setHostSwitchId(java.lang.String hostSwitchId)
hostSwitchId
- New value for the property.public VdrConnectionInfo.Builder setLeafStats(LeafStats leafStats)
leafStats
- New value for the property.public VdrConnectionInfo.Builder setTxDispatchQueueStats(TXDispatchQueueStats txDispatchQueueStats)
txDispatchQueueStats
- New value for the property.public VdrConnectionInfo build()