Package com.vmware.nsx_policy.model
Class MulticastForwardingPerEdge.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MulticastForwardingPerEdge.Builder
-
- Enclosing class:
- MulticastForwardingPerEdge
public static final class MulticastForwardingPerEdge.Builder extends java.lang.ObjectBuilder class forMulticastForwardingPerEdge.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofMulticastForwardingPerEdge.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MulticastForwardingPerEdgebuild()MulticastForwardingPerEdge.BuildersetEdgePath(java.lang.String edgePath)Policy path to edge node.MulticastForwardingPerEdge.BuildersetMcastForwarding(java.util.List<MulticastForwarding> mcastForwarding)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMulticastForwardingPerEdge.
-
-
Method Detail
-
setEdgePath
public MulticastForwardingPerEdge.Builder setEdgePath(java.lang.String edgePath)
Policy path to edge node.- Parameters:
edgePath- New value for the property.
-
setMcastForwarding
public MulticastForwardingPerEdge.Builder setMcastForwarding(java.util.List<MulticastForwarding> mcastForwarding)
- Parameters:
mcastForwarding- New value for the property.
-
build
public MulticastForwardingPerEdge build()
-
-