public static final class VdrLifStats.Builder
extends java.lang.Object
VdrLifStats
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
VdrLifStats . |
Modifier and Type | Method and Description |
---|---|
VdrLifStats |
build() |
VdrLifStats.Builder |
setConnectedEntityPath(java.lang.String connectedEntityPath)
Connected entity path can either be policy path of the segment or policy path of
another gateway as set in the input request.
|
VdrLifStats.Builder |
setIgmpStats(IgmpStats igmpStats) |
VdrLifStats.Builder |
setInterfaceId(java.lang.String interfaceId)
Logical router interface id field can be either UUID or name of the logical
router interface as set in the input request.
|
VdrLifStats.Builder |
setInterfaceStats(InterfaceStats interfaceStats) |
VdrLifStats.Builder |
setIpv4Stats(Ipv4Stats ipv4Stats) |
VdrLifStats.Builder |
setIpv6Stats(Ipv6Stats ipv6Stats) |
VdrLifStats.Builder |
setRouterInstanceId(java.lang.String routerInstanceId)
Router instance id field can have one of the values such as policy path of the
router instance or logical router instance UUID or vdr instance id as set in the
input request.
|
public Builder()
VdrLifStats
.public VdrLifStats.Builder setConnectedEntityPath(java.lang.String connectedEntityPath)
connectedEntityPath
- New value for the property.public VdrLifStats.Builder setIgmpStats(IgmpStats igmpStats)
igmpStats
- New value for the property.public VdrLifStats.Builder setInterfaceId(java.lang.String interfaceId)
interfaceId
- New value for the property.public VdrLifStats.Builder setInterfaceStats(InterfaceStats interfaceStats)
interfaceStats
- New value for the property.public VdrLifStats.Builder setIpv4Stats(Ipv4Stats ipv4Stats)
ipv4Stats
- New value for the property.public VdrLifStats.Builder setIpv6Stats(Ipv6Stats ipv6Stats)
ipv6Stats
- New value for the property.public VdrLifStats.Builder setRouterInstanceId(java.lang.String routerInstanceId)
routerInstanceId
- New value for the property.public VdrLifStats build()