public static interface Seg.PeerEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Seg.HopField |
getHopField()
Material to create the data-plane hop field
|
Seg.HopFieldOrBuilder |
getHopFieldOrBuilder()
Material to create the data-plane hop field
|
long |
getPeerInterface()
Remote peer interface identifier.
|
long |
getPeerIsdAs()
ISD-AS of peer AS.
|
int |
getPeerMtu()
MTU on the peering link.
|
boolean |
hasHopField()
Material to create the data-plane hop field
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPeerIsdAs()
ISD-AS of peer AS. This is used to match peering segments during path construction.
uint64 peer_isd_as = 1;long getPeerInterface()
Remote peer interface identifier. This is used to match peering segments during path construction.
uint64 peer_interface = 2;int getPeerMtu()
MTU on the peering link.
uint32 peer_mtu = 3;boolean hasHopField()
Material to create the data-plane hop field
.proto.control_plane.v1.HopField hop_field = 4;Seg.HopField getHopField()
Material to create the data-plane hop field
.proto.control_plane.v1.HopField hop_field = 4;Seg.HopFieldOrBuilder getHopFieldOrBuilder()
Material to create the data-plane hop field
.proto.control_plane.v1.HopField hop_field = 4;Copyright © 2024. All rights reserved.