Package com.vmware.nsx_policy.model
Class Fastpath.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.Fastpath.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fastpathbuild()Fastpath.BuildersetRxDrops(java.lang.Long rxDrops)Count of rx packet drops of ENS Fastpath / Not applicable for FC Module.Fastpath.BuildersetRxDropsSp(java.lang.Long rxDropsSp)Count of rx pkts drops of slowpath / Not applicable for FC Module.Fastpath.BuildersetRxDropsUplink(java.lang.Long rxDropsUplink)Count of rx packet drops of ENS Uplink / Not applicable for FC Module.Fastpath.BuildersetTxDrops(java.lang.Long txDrops)Count of tx packet drops of ENS Fastpath / Count of packets dropped at FC lookup of vnic.Fastpath.BuildersetTxDropsSp(java.lang.Long txDropsSp)Count of tx pkts drops by slowpath / Not applicable for FC Module.Fastpath.BuildersetTxDropsUplink(java.lang.Long txDropsUplink)Count of tx packet drops of ENS Uplink / Count of packets dropped at FC lookup of Uplink.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFastpath.
-
-
Method Detail
-
setRxDrops
public Fastpath.Builder setRxDrops(java.lang.Long rxDrops)
Count of rx packet drops of ENS Fastpath / Not applicable for FC Module. format: int64- Parameters:
rxDrops- New value for the property.
-
setRxDropsSp
public Fastpath.Builder setRxDropsSp(java.lang.Long rxDropsSp)
Count of rx pkts drops of slowpath / Not applicable for FC Module. format: int64- Parameters:
rxDropsSp- New value for the property.
-
setRxDropsUplink
public Fastpath.Builder setRxDropsUplink(java.lang.Long rxDropsUplink)
Count of rx packet drops of ENS Uplink / Not applicable for FC Module. format: int64- Parameters:
rxDropsUplink- New value for the property.
-
setTxDrops
public Fastpath.Builder setTxDrops(java.lang.Long txDrops)
Count of tx packet drops of ENS Fastpath / Count of packets dropped at FC lookup of vnic. format: int64- Parameters:
txDrops- New value for the property.
-
setTxDropsSp
public Fastpath.Builder setTxDropsSp(java.lang.Long txDropsSp)
Count of tx pkts drops by slowpath / Not applicable for FC Module. format: int64- Parameters:
txDropsSp- New value for the property.
-
setTxDropsUplink
public Fastpath.Builder setTxDropsUplink(java.lang.Long txDropsUplink)
Count of tx packet drops of ENS Uplink / Count of packets dropped at FC lookup of Uplink. format: int64- Parameters:
txDropsUplink- New value for the property.
-
build
public Fastpath build()
-
-