public static interface SegExtensions.BandwidthInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInter(long key)
Bandwidth between the local interface and the interface in the neighbor AS
for the relevant links.
|
boolean |
containsIntra(long key)
Bandwidth between construction-egress interface and the relevant other
interfaces.
|
Map<Long,Long> |
getInter()
Deprecated.
|
int |
getInterCount()
Bandwidth between the local interface and the interface in the neighbor AS
for the relevant links.
|
Map<Long,Long> |
getInterMap()
Bandwidth between the local interface and the interface in the neighbor AS
for the relevant links.
|
long |
getInterOrDefault(long key,
long defaultValue)
Bandwidth between the local interface and the interface in the neighbor AS
for the relevant links.
|
long |
getInterOrThrow(long key)
Bandwidth between the local interface and the interface in the neighbor AS
for the relevant links.
|
Map<Long,Long> |
getIntra()
Deprecated.
|
int |
getIntraCount()
Bandwidth between construction-egress interface and the relevant other
interfaces.
|
Map<Long,Long> |
getIntraMap()
Bandwidth between construction-egress interface and the relevant other
interfaces.
|
long |
getIntraOrDefault(long key,
long defaultValue)
Bandwidth between construction-egress interface and the relevant other
interfaces.
|
long |
getIntraOrThrow(long key)
Bandwidth between construction-egress interface and the relevant other
interfaces.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getIntraCount()
Bandwidth between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, if this is the start of a segment, or the end of a core segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint64> intra = 1;boolean containsIntra(long key)
Bandwidth between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, if this is the start of a segment, or the end of a core segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint64> intra = 1;@Deprecated Map<Long,Long> getIntra()
getIntraMap() instead.Map<Long,Long> getIntraMap()
Bandwidth between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, if this is the start of a segment, or the end of a core segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint64> intra = 1;long getIntraOrDefault(long key,
long defaultValue)
Bandwidth between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, if this is the start of a segment, or the end of a core segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint64> intra = 1;long getIntraOrThrow(long key)
Bandwidth between construction-egress interface and the relevant other interfaces. These are: - construction-ingress interface (if any) - sibling child interfaces, - core interfaces, if this is the start of a segment, or the end of a core segment - peer interfaces The key is the interface identifier of the other interface.
map<uint64, uint64> intra = 1;int getInterCount()
Bandwidth between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint64> inter = 2;boolean containsInter(long key)
Bandwidth between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint64> inter = 2;@Deprecated Map<Long,Long> getInter()
getInterMap() instead.Map<Long,Long> getInterMap()
Bandwidth between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint64> inter = 2;long getInterOrDefault(long key,
long defaultValue)
Bandwidth between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint64> inter = 2;long getInterOrThrow(long key)
Bandwidth between the local interface and the interface in the neighbor AS for the relevant links. These are: - link at construction-egress interface (if any) - peer links The key is the interface identifier of the local interface associated with the link.
map<uint64, uint64> inter = 2;Copyright © 2024. All rights reserved.