Interface LogicalPortOuterClass.LogicalInterfaceInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicalPortOuterClass.LogicalInterfaceInfo,LogicalPortOuterClass.LogicalInterfaceInfo.Builder
- Enclosing class:
- LogicalPortOuterClass
public static interface LogicalPortOuterClass.LogicalInterfaceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicalPortOuterClass.EgressInterfaceStatsgetEgressStats()optional .EgressInterfaceStats egress_stats = 6;LogicalPortOuterClass.EgressInterfaceStatsOrBuildergetEgressStatsOrBuilder()optional .EgressInterfaceStats egress_stats = 6;java.lang.StringgetIfName()required string if_name = 1;com.google.protobuf.ByteStringgetIfNameBytes()required string if_name = 1;LogicalPortOuterClass.IngressInterfaceStatsgetIngressStats()optional .IngressInterfaceStats ingress_stats = 5;LogicalPortOuterClass.IngressInterfaceStatsOrBuildergetIngressStatsOrBuilder()optional .IngressInterfaceStats ingress_stats = 5;longgetInitTime()required uint64 init_time = 2;LogicalPortOuterClass.OperationalStategetOpState()optional .OperationalState op_state = 7;LogicalPortOuterClass.OperationalStateOrBuildergetOpStateOrBuilder()optional .OperationalState op_state = 7;java.lang.StringgetParentAeName()optional string parent_ae_name = 4;com.google.protobuf.ByteStringgetParentAeNameBytes()optional string parent_ae_name = 4;intgetSnmpIfIndex()optional uint32 snmp_if_index = 3;booleanhasEgressStats()optional .EgressInterfaceStats egress_stats = 6;booleanhasIfName()required string if_name = 1;booleanhasIngressStats()optional .IngressInterfaceStats ingress_stats = 5;booleanhasInitTime()required uint64 init_time = 2;booleanhasOpState()optional .OperationalState op_state = 7;booleanhasParentAeName()optional string parent_ae_name = 4;booleanhasSnmpIfIndex()optional uint32 snmp_if_index = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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
-
getIngressStats
LogicalPortOuterClass.IngressInterfaceStats getIngressStats()
optional .IngressInterfaceStats ingress_stats = 5;Inbound traffic statistics
-
getIngressStatsOrBuilder
LogicalPortOuterClass.IngressInterfaceStatsOrBuilder getIngressStatsOrBuilder()
optional .IngressInterfaceStats ingress_stats = 5;Inbound traffic statistics
-
hasEgressStats
boolean hasEgressStats()
optional .EgressInterfaceStats egress_stats = 6;Outbound traffic statistics
-
getEgressStats
LogicalPortOuterClass.EgressInterfaceStats getEgressStats()
optional .EgressInterfaceStats egress_stats = 6;Outbound traffic statistics
-
getEgressStatsOrBuilder
LogicalPortOuterClass.EgressInterfaceStatsOrBuilder getEgressStatsOrBuilder()
optional .EgressInterfaceStats egress_stats = 6;Outbound traffic statistics
-
hasOpState
boolean hasOpState()
optional .OperationalState op_state = 7;Link state UP\DOWN etc.
-
getOpState
LogicalPortOuterClass.OperationalState getOpState()
optional .OperationalState op_state = 7;Link state UP\DOWN etc.
-
getOpStateOrBuilder
LogicalPortOuterClass.OperationalStateOrBuilder getOpStateOrBuilder()
optional .OperationalState op_state = 7;Link state UP\DOWN etc.
-
-