Class IPSecVpnIkeTrafficStatistics.Builder

    • Method Detail

      • setBytesIn

        public IPSecVpnIkeTrafficStatistics.Builder setBytesIn​(java.lang.Long bytesIn)
        Number of bytes in. format: int64 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:
        bytesIn - New value for the property.
      • setBytesOut

        public IPSecVpnIkeTrafficStatistics.Builder setBytesOut​(java.lang.Long bytesOut)
        Number of bytes out. format: int64 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:
        bytesOut - New value for the property.
      • setFailCount

        public IPSecVpnIkeTrafficStatistics.Builder setFailCount​(java.lang.Long failCount)
        Fail count. format: int64 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:
        failCount - New value for the property.
      • setPacketsIn

        public IPSecVpnIkeTrafficStatistics.Builder setPacketsIn​(java.lang.Long packetsIn)
        Number of packets in. format: int64 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:
        packetsIn - New value for the property.
      • setPacketsOut

        public IPSecVpnIkeTrafficStatistics.Builder setPacketsOut​(java.lang.Long packetsOut)
        Number of packets out. format: int64 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:
        packetsOut - New value for the property.