public static interface Daemon.ASResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCore()
Indicates whether the local AS is core.
|
long |
getIsdAs()
ISD-AS of the AS information was requested about.
|
int |
getMtu()
The maximum transmission unit (MTU) in the local AS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getIsdAs()
ISD-AS of the AS information was requested about.
uint64 isd_as = 1;boolean getCore()
Indicates whether the local AS is core.
bool core = 2;int getMtu()
The maximum transmission unit (MTU) in the local AS.
uint32 mtu = 3;Copyright © 2024. All rights reserved.