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