public static final class VtepTableEntry.Builder
extends java.lang.Object
VtepTableEntry.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
VtepTableEntry. |
| Modifier and Type | Method and Description |
|---|---|
VtepTableEntry |
build() |
VtepTableEntry.Builder |
setSegmentId(java.lang.String segmentId)
The segment Id
|
VtepTableEntry.Builder |
setVtepIp(java.lang.String vtepIp)
The virtual tunnel endpoint IP address format: ip
|
VtepTableEntry.Builder |
setVtepLabel(java.lang.Long vtepLabel)
The virtual tunnel endpoint label format: int64
|
VtepTableEntry.Builder |
setVtepMacAddress(java.lang.String vtepMacAddress)
The virtual tunnel endpoint MAC address
|
public Builder()
VtepTableEntry.public VtepTableEntry.Builder setSegmentId(java.lang.String segmentId)
segmentId - New value for the property.public VtepTableEntry.Builder setVtepIp(java.lang.String vtepIp)
vtepIp - New value for the property.public VtepTableEntry.Builder setVtepLabel(java.lang.Long vtepLabel)
vtepLabel - New value for the property.public VtepTableEntry.Builder setVtepMacAddress(java.lang.String vtepMacAddress)
vtepMacAddress - New value for the property.public VtepTableEntry build()