public static final class PolicyTepTableEntry.Builder
extends java.lang.Object
PolicyTepTableEntry
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PolicyTepTableEntry . |
Modifier and Type | Method and Description |
---|---|
PolicyTepTableEntry |
build() |
PolicyTepTableEntry.Builder |
setSegmentId(java.lang.String segmentId)
The segment Id
|
PolicyTepTableEntry.Builder |
setTepIp(java.lang.String tepIp)
The tunnel endpoint IP address format: ip
|
PolicyTepTableEntry.Builder |
setTepLabel(java.lang.Long tepLabel)
The tunnel endpoint label format: int64
|
PolicyTepTableEntry.Builder |
setTepMacAddress(java.lang.String tepMacAddress)
The tunnel endpoint MAC address
|
public Builder()
PolicyTepTableEntry
.public PolicyTepTableEntry.Builder setSegmentId(java.lang.String segmentId)
segmentId
- New value for the property.public PolicyTepTableEntry.Builder setTepIp(java.lang.String tepIp)
tepIp
- New value for the property.public PolicyTepTableEntry.Builder setTepLabel(java.lang.Long tepLabel)
tepLabel
- New value for the property.public PolicyTepTableEntry.Builder setTepMacAddress(java.lang.String tepMacAddress)
tepMacAddress
- New value for the property.public PolicyTepTableEntry build()