public static interface Discovery.GatewayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllowInterfaces(int index)
The allowed AS interface IDs of this gateway.
|
int |
getAllowInterfacesCount()
The allowed AS interface IDs of this gateway.
|
List<Long> |
getAllowInterfacesList()
The allowed AS interface IDs of this gateway.
|
String |
getControlAddress()
The control address of this gateway.
|
com.google.protobuf.ByteString |
getControlAddressBytes()
The control address of this gateway.
|
String |
getDataAddress()
The data address of this gateway.
|
com.google.protobuf.ByteString |
getDataAddressBytes()
The data address of this gateway.
|
String |
getProbeAddress()
The probe address of this gateway.
|
com.google.protobuf.ByteString |
getProbeAddressBytes()
The probe address of this gateway.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getControlAddress()
The control address of this gateway.
string control_address = 1;com.google.protobuf.ByteString getControlAddressBytes()
The control address of this gateway.
string control_address = 1;String getDataAddress()
The data address of this gateway.
string data_address = 2;com.google.protobuf.ByteString getDataAddressBytes()
The data address of this gateway.
string data_address = 2;String getProbeAddress()
The probe address of this gateway. The probe address is used for the gateway health checking probes.
string probe_address = 3;com.google.protobuf.ByteString getProbeAddressBytes()
The probe address of this gateway. The probe address is used for the gateway health checking probes.
string probe_address = 3;List<Long> getAllowInterfacesList()
The allowed AS interface IDs of this gateway. The client of this service should only access this gateway by using a path that reaches the destination AS through an interface that is member of this list. The list can be empty, in which case any path can be used.
repeated uint64 allow_interfaces = 4;int getAllowInterfacesCount()
The allowed AS interface IDs of this gateway. The client of this service should only access this gateway by using a path that reaches the destination AS through an interface that is member of this list. The list can be empty, in which case any path can be used.
repeated uint64 allow_interfaces = 4;long getAllowInterfaces(int index)
The allowed AS interface IDs of this gateway. The client of this service should only access this gateway by using a path that reaches the destination AS through an interface that is member of this list. The list can be empty, in which case any path can be used.
repeated uint64 allow_interfaces = 4;index - The index of the element to return.Copyright © 2024. All rights reserved.