public static interface VRF.VlanAttachmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPeerIp()
The peer IP of the attachment.
|
com.google.protobuf.ByteString |
getPeerIpBytes()
The peer IP of the attachment.
|
long |
getPeerVlanId()
The peer vlan ID of the attachment.
|
String |
getRouterIp()
The router IP of the attachment.
|
com.google.protobuf.ByteString |
getRouterIpBytes()
The router IP of the attachment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPeerVlanId()
The peer vlan ID of the attachment.
int64 peer_vlan_id = 1;String getPeerIp()
The peer IP of the attachment.
string peer_ip = 2;com.google.protobuf.ByteString getPeerIpBytes()
The peer IP of the attachment.
string peer_ip = 2;String getRouterIp()
The router IP of the attachment.
string router_ip = 3;com.google.protobuf.ByteString getRouterIpBytes()
The router IP of the attachment.
string router_ip = 3;Copyright © 2022 Google LLC. All rights reserved.