Interface Telemetry.OpenConfigDataOrBuilder

    • Method Detail

      • getSystemId

        String getSystemId()
         router name:export IP address
         
        string system_id = 1;
      • getSystemIdBytes

        com.google.protobuf.ByteString getSystemIdBytes()
         router name:export IP address
         
        string system_id = 1;
      • getComponentId

        int getComponentId()
         line card / RE (slot number)
         
        uint32 component_id = 2;
      • getSubComponentId

        int getSubComponentId()
         PFE (if applicable)
         
        uint32 sub_component_id = 3;
      • getPath

        String getPath()
         Path specification for elements of OpenConfig data models
         
        string path = 4;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Path specification for elements of OpenConfig data models
         
        string path = 4;
      • getSequenceNumber

        long getSequenceNumber()
         Sequence number, monotonically increasing for each
         system_id, component_id, sub_component_id + path.
         
        uint64 sequence_number = 5;
      • getTimestamp

        long getTimestamp()
         timestamp (milliseconds since epoch)
         
        uint64 timestamp = 6;
      • getKvList

        List<Telemetry.KeyValue> getKvList()
         List of key-value pairs
         
        repeated .telemetry.KeyValue kv = 7;
      • getKv

        Telemetry.KeyValue getKv​(int index)
         List of key-value pairs
         
        repeated .telemetry.KeyValue kv = 7;
      • getKvCount

        int getKvCount()
         List of key-value pairs
         
        repeated .telemetry.KeyValue kv = 7;
      • getKvOrBuilder

        Telemetry.KeyValueOrBuilder getKvOrBuilder​(int index)
         List of key-value pairs
         
        repeated .telemetry.KeyValue kv = 7;
      • getDeleteList

        List<Telemetry.Delete> getDeleteList()
         For delete. If filled, it indicates delete
         
        repeated .telemetry.Delete delete = 8;
      • getDelete

        Telemetry.Delete getDelete​(int index)
         For delete. If filled, it indicates delete
         
        repeated .telemetry.Delete delete = 8;
      • getDeleteCount

        int getDeleteCount()
         For delete. If filled, it indicates delete
         
        repeated .telemetry.Delete delete = 8;
      • getDeleteOrBuilderList

        List<? extends Telemetry.DeleteOrBuilder> getDeleteOrBuilderList()
         For delete. If filled, it indicates delete
         
        repeated .telemetry.Delete delete = 8;
      • getDeleteOrBuilder

        Telemetry.DeleteOrBuilder getDeleteOrBuilder​(int index)
         For delete. If filled, it indicates delete
         
        repeated .telemetry.Delete delete = 8;
      • getEomList

        List<Telemetry.Eom> getEomList()
         If filled, it indicates end of marker for the
         respective path in the list.
         
        repeated .telemetry.Eom eom = 9;
      • getEom

        Telemetry.Eom getEom​(int index)
         If filled, it indicates end of marker for the
         respective path in the list.
         
        repeated .telemetry.Eom eom = 9;
      • getEomCount

        int getEomCount()
         If filled, it indicates end of marker for the
         respective path in the list.
         
        repeated .telemetry.Eom eom = 9;
      • getEomOrBuilderList

        List<? extends Telemetry.EomOrBuilder> getEomOrBuilderList()
         If filled, it indicates end of marker for the
         respective path in the list.
         
        repeated .telemetry.Eom eom = 9;
      • getEomOrBuilder

        Telemetry.EomOrBuilder getEomOrBuilder​(int index)
         If filled, it indicates end of marker for the
         respective path in the list.
         
        repeated .telemetry.Eom eom = 9;
      • getSyncResponse

        boolean getSyncResponse()
         If filled, it indicates end of sync for complete subscription
         
        bool sync_response = 10;