Class L2VPNTunnelEncapsulation.Builder

    • Constructor Detail

    • Method Detail

      • setLocalEndpointAddress

        public L2VPNTunnelEncapsulation.Builder setLocalEndpointAddress​(java.lang.String localEndpointAddress)
        IP Address of the local tunnel port. This property only applies in CLIENT mode. format: ipv4 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:
        localEndpointAddress - New value for the property.
      • setPeerEndpointAddress

        public L2VPNTunnelEncapsulation.Builder setPeerEndpointAddress​(java.lang.String peerEndpointAddress)
        IP Address of the peer tunnel port. This property only applies in CLIENT mode. format: ipv4 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:
        peerEndpointAddress - New value for the property.
      • setProtocol

        public L2VPNTunnelEncapsulation.Builder setProtocol​(java.lang.String protocol)
        Possible values are: Encapsulation protocol used by the tunnel. 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:
        protocol - New value for the property.