Interface Port.InterfaceInfosOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Port.InterfaceInfos, Port.InterfaceInfos.Builder
    Enclosing class:
    Port

    public static interface Port.InterfaceInfosOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasIfName

        boolean hasIfName()
        required string if_name = 1;
         e.g., xe-0/0/0
         
      • getIfName

        java.lang.String getIfName()
        required string if_name = 1;
         e.g., xe-0/0/0
         
      • getIfNameBytes

        com.google.protobuf.ByteString getIfNameBytes()
        required string if_name = 1;
         e.g., xe-0/0/0
         
      • hasInitTime

        boolean hasInitTime()
        required uint64 init_time = 2;
         time when if/stats last reset
         
      • getInitTime

        long getInitTime()
        required uint64 init_time = 2;
         time when if/stats last reset
         
      • hasSnmpIfIndex

        boolean hasSnmpIfIndex()
        optional uint32 snmp_if_index = 3;
         Global Index
         
      • getSnmpIfIndex

        int getSnmpIfIndex()
        optional uint32 snmp_if_index = 3;
         Global Index
         
      • hasParentAeName

        boolean hasParentAeName()
        optional string parent_ae_name = 4;
         name of parent for ae interface, if applicable
         
      • getParentAeName

        java.lang.String getParentAeName()
        optional string parent_ae_name = 4;
         name of parent for ae interface, if applicable
         
      • getParentAeNameBytes

        com.google.protobuf.ByteString getParentAeNameBytes()
        optional string parent_ae_name = 4;
         name of parent for ae interface, if applicable
         
      • getEgressQueueInfoList

        java.util.List<Port.QueueStats> getEgressQueueInfoList()
        repeated .QueueStats egress_queue_info = 5;
         egress queue information
         
      • getEgressQueueInfo

        Port.QueueStats getEgressQueueInfo​(int index)
        repeated .QueueStats egress_queue_info = 5;
         egress queue information
         
      • getEgressQueueInfoCount

        int getEgressQueueInfoCount()
        repeated .QueueStats egress_queue_info = 5;
         egress queue information
         
      • getEgressQueueInfoOrBuilderList

        java.util.List<? extends Port.QueueStatsOrBuilder> getEgressQueueInfoOrBuilderList()
        repeated .QueueStats egress_queue_info = 5;
         egress queue information
         
      • getEgressQueueInfoOrBuilder

        Port.QueueStatsOrBuilder getEgressQueueInfoOrBuilder​(int index)
        repeated .QueueStats egress_queue_info = 5;
         egress queue information
         
      • getIngressQueueInfoList

        java.util.List<Port.QueueStats> getIngressQueueInfoList()
        repeated .QueueStats ingress_queue_info = 6;
         ingress queue information
         
      • getIngressQueueInfo

        Port.QueueStats getIngressQueueInfo​(int index)
        repeated .QueueStats ingress_queue_info = 6;
         ingress queue information
         
      • getIngressQueueInfoCount

        int getIngressQueueInfoCount()
        repeated .QueueStats ingress_queue_info = 6;
         ingress queue information
         
      • getIngressQueueInfoOrBuilderList

        java.util.List<? extends Port.QueueStatsOrBuilder> getIngressQueueInfoOrBuilderList()
        repeated .QueueStats ingress_queue_info = 6;
         ingress queue information
         
      • getIngressQueueInfoOrBuilder

        Port.QueueStatsOrBuilder getIngressQueueInfoOrBuilder​(int index)
        repeated .QueueStats ingress_queue_info = 6;
         ingress queue information
         
      • hasIngressStats

        boolean hasIngressStats()
        optional .InterfaceStats ingress_stats = 7;
         inbound traffic stats
         
      • getIngressStats

        Port.InterfaceStats getIngressStats()
        optional .InterfaceStats ingress_stats = 7;
         inbound traffic stats
         
      • getIngressStatsOrBuilder

        Port.InterfaceStatsOrBuilder getIngressStatsOrBuilder()
        optional .InterfaceStats ingress_stats = 7;
         inbound traffic stats
         
      • hasEgressStats

        boolean hasEgressStats()
        optional .InterfaceStats egress_stats = 8;
         outbound traffic stats
         
      • getEgressStats

        Port.InterfaceStats getEgressStats()
        optional .InterfaceStats egress_stats = 8;
         outbound traffic stats
         
      • getEgressStatsOrBuilder

        Port.InterfaceStatsOrBuilder getEgressStatsOrBuilder()
        optional .InterfaceStats egress_stats = 8;
         outbound traffic stats
         
      • hasIngressErrors

        boolean hasIngressErrors()
        optional .IngressInterfaceErrors ingress_errors = 9;
         inbound traffic errors
         
      • getIngressErrors

        Port.IngressInterfaceErrors getIngressErrors()
        optional .IngressInterfaceErrors ingress_errors = 9;
         inbound traffic errors