Interface LogicalPortOuterClass.LogicalInterfaceInfoOrBuilder

    • Method Detail

      • hasIfName

        boolean hasIfName()
        required string if_name = 1;
         Logical interface name (e.g. xe-0/0/0.0)
         
      • getIfName

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

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

        boolean hasInitTime()
        required uint64 init_time = 2;
         Time reset
         
      • getInitTime

        long getInitTime()
        required uint64 init_time = 2;
         Time 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 the aggregate bundle
         
      • getParentAeName

        java.lang.String getParentAeName()
        optional string parent_ae_name = 4;
         Name of the aggregate bundle
         
      • getParentAeNameBytes

        com.google.protobuf.ByteString getParentAeNameBytes()
        optional string parent_ae_name = 4;
         Name of the aggregate bundle
         
      • hasIngressStats

        boolean hasIngressStats()
        optional .IngressInterfaceStats ingress_stats = 5;
         Inbound traffic statistics
         
      • hasEgressStats

        boolean hasEgressStats()
        optional .EgressInterfaceStats egress_stats = 6;
         Outbound traffic statistics
         
      • hasOpState

        boolean hasOpState()
        optional .OperationalState op_state = 7;
         Link state UP\DOWN etc.