Package com.vmware.nsx_policy.model
Class DscpBit.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DscpBit.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DscpBit
build()
DscpBit.Builder
setDscpBit(java.lang.Long dscpBit)
A DSCP bit is allocated to indicate the existence of INT header.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDscpBit
.
-
-
Method Detail
-
setDscpBit
public DscpBit.Builder setDscpBit(java.lang.Long dscpBit)
A DSCP bit is allocated to indicate the existence of INT header. It takes effect only when the INT indicator mode is DSCP_BIT. The user should guarantee that the given DSCP bit is specifically allocated for INT. format: int32- Parameters:
dscpBit
- New value for the property.
-
build
public DscpBit build()
-
-