public static final class PimRpMapping.Builder
extends java.lang.Object
PimRpMapping.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PimRpMapping. |
| Modifier and Type | Method and Description |
|---|---|
PimRpMapping |
build() |
PimRpMapping.Builder |
setGroup(java.lang.String group)
Multicast group address.
|
PimRpMapping.Builder |
setIsRp(java.lang.Boolean isRp)
Value of this field will be true if this edge transport node acts as rendezvous
point, otherwise false.
|
PimRpMapping.Builder |
setOutgoingInterface(java.lang.String outgoingInterface)
Outgoing/Egress interface for multicast traffic.
|
PimRpMapping.Builder |
setRpAddress(java.lang.String rpAddress)
RP (Randezvous Point) address.
|
PimRpMapping.Builder |
setSource(java.lang.String source)
Source of learning RP information.
|
public Builder()
PimRpMapping.public PimRpMapping.Builder setGroup(java.lang.String group)
group - New value for the property.public PimRpMapping.Builder setIsRp(java.lang.Boolean isRp)
isRp - New value for the property.public PimRpMapping.Builder setOutgoingInterface(java.lang.String outgoingInterface)
outgoingInterface - New value for the property.public PimRpMapping.Builder setRpAddress(java.lang.String rpAddress)
rpAddress - New value for the property.public PimRpMapping.Builder setSource(java.lang.String source)
source - New value for the property.public PimRpMapping build()