Class MulticastForwardingCsvRecord.Builder

    • Method Detail

      • setIncomingInterface

        public MulticastForwardingCsvRecord.Builder setIncomingInterface​(java.lang.String incomingInterface)
        Ingress interface on whic multicast traffic is learned. 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:
        incomingInterface - New value for the property.
      • setMulticastGroup

        public MulticastForwardingCsvRecord.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 MulticastForwardingCsvRecord.Builder setOutgoingInterfaces​(java.lang.String 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 MulticastForwardingCsvRecord.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.
      • setTransportNode

        public MulticastForwardingCsvRecord.Builder setTransportNode​(java.lang.String transportNode)
        Transport node uuid or policy path. 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:
        transportNode - New value for the property.