All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.PacketIntervals.html Maven / Gradle / Ivy







PacketIntervals (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute.model

Class PacketIntervals

    • Constructor Detail

      • PacketIntervals

        public PacketIntervals()
    • Method Detail

      • getAvgMs

        public Long getAvgMs()
        Average observed inter-packet interval in milliseconds.
        Returns:
        value or null for none
      • setAvgMs

        public PacketIntervals setAvgMs(Long avgMs)
        Average observed inter-packet interval in milliseconds.
        Parameters:
        avgMs - avgMs or null for none
      • getDuration

        public String getDuration()
        From how long ago in the past these intervals were observed.
        Returns:
        value or null for none
      • setDuration

        public PacketIntervals setDuration(String duration)
        From how long ago in the past these intervals were observed.
        Parameters:
        duration - duration or null for none
      • getMaxMs

        public Long getMaxMs()
        Maximum observed inter-packet interval in milliseconds.
        Returns:
        value or null for none
      • setMaxMs

        public PacketIntervals setMaxMs(Long maxMs)
        Maximum observed inter-packet interval in milliseconds.
        Parameters:
        maxMs - maxMs or null for none
      • getMinMs

        public Long getMinMs()
        Minimum observed inter-packet interval in milliseconds.
        Returns:
        value or null for none
      • setMinMs

        public PacketIntervals setMinMs(Long minMs)
        Minimum observed inter-packet interval in milliseconds.
        Parameters:
        minMs - minMs or null for none
      • getNumIntervals

        public Long getNumIntervals()
        Number of inter-packet intervals from which these statistics were derived.
        Returns:
        value or null for none
      • setNumIntervals

        public PacketIntervals setNumIntervals(Long numIntervals)
        Number of inter-packet intervals from which these statistics were derived.
        Parameters:
        numIntervals - numIntervals or null for none
      • getType

        public String getType()
        The type of packets for which inter-packet intervals were computed.
        Returns:
        value or null for none
      • setType

        public PacketIntervals setType(String type)
        The type of packets for which inter-packet intervals were computed.
        Parameters:
        type - type or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy