Class MulticastForwarding.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of MulticastForwarding.
    • Method Detail

      • setMulticastGroup

        public MulticastForwarding.Builder setMulticastGroup​(java.lang.String multicastGroup)
        Multicast group address. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        multicastGroup - New value for the property.
      • setOutgoingInterfaces

        public MulticastForwarding.Builder setOutgoingInterfaces​(java.util.List<MulticastForwardingInterface> outgoingInterfaces)
        Array of egress interfaces on whic multicast traffic is forwarded. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        outgoingInterfaces - New value for the property.
      • setSource

        public MulticastForwarding.Builder setSource​(java.lang.String source)
        Multicast source address. format: ip This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        source - New value for the property.