| Modifier and Type | Method and Description |
|---|---|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VRF.VlanAttachment.Builder |
VRF.Builder.addVlanAttachmentsBuilder()
The list of VLAN attachments for the VRF.
|
VRF.VlanAttachment.Builder |
VRF.Builder.addVlanAttachmentsBuilder(int index)
The list of VLAN attachments for the VRF.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.clear() |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.clearPeerIp()
The peer IP of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.clearPeerVlanId()
The peer vlan ID of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.clearRouterIp()
The router IP of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.clone() |
VRF.VlanAttachment.Builder |
VRF.Builder.getVlanAttachmentsBuilder(int index)
The list of VLAN attachments for the VRF.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.mergeFrom(com.google.protobuf.Message other) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.mergeFrom(VRF.VlanAttachment other) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static VRF.VlanAttachment.Builder |
VRF.VlanAttachment.newBuilder() |
static VRF.VlanAttachment.Builder |
VRF.VlanAttachment.newBuilder(VRF.VlanAttachment prototype) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.newBuilderForType() |
protected VRF.VlanAttachment.Builder |
VRF.VlanAttachment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setPeerIp(String value)
The peer IP of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setPeerIpBytes(com.google.protobuf.ByteString value)
The peer IP of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setPeerVlanId(long value)
The peer vlan ID of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setRouterIp(String value)
The router IP of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setRouterIpBytes(com.google.protobuf.ByteString value)
The router IP of the attachment.
|
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VRF.VlanAttachment.Builder |
VRF.VlanAttachment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<VRF.VlanAttachment.Builder> |
VRF.Builder.getVlanAttachmentsBuilderList()
The list of VLAN attachments for the VRF.
|
| Modifier and Type | Method and Description |
|---|---|
VRF.Builder |
VRF.Builder.addVlanAttachments(int index,
VRF.VlanAttachment.Builder builderForValue)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.addVlanAttachments(VRF.VlanAttachment.Builder builderForValue)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.setVlanAttachments(int index,
VRF.VlanAttachment.Builder builderForValue)
The list of VLAN attachments for the VRF.
|
Copyright © 2022 Google LLC. All rights reserved.