Interface FirewallOuterClass.MemoryUsageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAllocated()
      optional uint64 allocated = 2;
      java.lang.String getName()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      boolean hasAllocated()
      optional uint64 allocated = 2;
      boolean hasName()
      required string name = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasName

        boolean hasName()
        required string name = 1;
         The router has typically several types of memories (e.g. CPU's memory,
         ASIC's forwarding memories) in which the firewall object is written.
         This field indicates the name of the memory subsystem whose utilization
         is being reported.
         
      • getName

        java.lang.String getName()
        required string name = 1;
         The router has typically several types of memories (e.g. CPU's memory,
         ASIC's forwarding memories) in which the firewall object is written.
         This field indicates the name of the memory subsystem whose utilization
         is being reported.
         
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
         The router has typically several types of memories (e.g. CPU's memory,
         ASIC's forwarding memories) in which the firewall object is written.
         This field indicates the name of the memory subsystem whose utilization
         is being reported.
         
      • hasAllocated

        boolean hasAllocated()
        optional uint64 allocated = 2;
         The amount of the memory allocated in bytes to the filter
         
      • getAllocated

        long getAllocated()
        optional uint64 allocated = 2;
         The amount of the memory allocated in bytes to the filter