| Modifier and Type | Method and Description |
|---|---|
VRF.Builder |
VRF.Builder.addAllVlanAttachments(Iterable<? extends VRF.VlanAttachment> values)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VRF.Builder |
VRF.Builder.addVlanAttachments(int index,
VRF.VlanAttachment.Builder builderForValue)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.addVlanAttachments(int index,
VRF.VlanAttachment value)
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.addVlanAttachments(VRF.VlanAttachment value)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.clear() |
VRF.Builder |
VRF.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VRF.Builder |
VRF.Builder.clearName()
The name of the VRF.
|
VRF.Builder |
VRF.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VRF.Builder |
VRF.Builder.clearQosPolicy()
The QOS policy applied to this VRF.
|
VRF.Builder |
VRF.Builder.clearState()
The possible state of VRF.
|
VRF.Builder |
VRF.Builder.clearVlanAttachments()
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.clone() |
VRF.Builder |
Network.Builder.getVrfBuilder()
The vrf for the Network.
|
VRF.Builder |
VRF.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VRF.Builder |
VRF.Builder.mergeFrom(com.google.protobuf.Message other) |
VRF.Builder |
VRF.Builder.mergeFrom(VRF other) |
VRF.Builder |
VRF.Builder.mergeQosPolicy(VRF.QosPolicy value)
The QOS policy applied to this VRF.
|
VRF.Builder |
VRF.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static VRF.Builder |
VRF.newBuilder() |
static VRF.Builder |
VRF.newBuilder(VRF prototype) |
VRF.Builder |
VRF.newBuilderForType() |
protected VRF.Builder |
VRF.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
VRF.Builder |
VRF.Builder.removeVlanAttachments(int index)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VRF.Builder |
VRF.Builder.setName(String value)
The name of the VRF.
|
VRF.Builder |
VRF.Builder.setNameBytes(com.google.protobuf.ByteString value)
The name of the VRF.
|
VRF.Builder |
VRF.Builder.setQosPolicy(VRF.QosPolicy.Builder builderForValue)
The QOS policy applied to this VRF.
|
VRF.Builder |
VRF.Builder.setQosPolicy(VRF.QosPolicy value)
The QOS policy applied to this VRF.
|
VRF.Builder |
VRF.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VRF.Builder |
VRF.Builder.setState(VRF.State value)
The possible state of VRF.
|
VRF.Builder |
VRF.Builder.setStateValue(int value)
The possible state of VRF.
|
VRF.Builder |
VRF.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VRF.Builder |
VRF.Builder.setVlanAttachments(int index,
VRF.VlanAttachment.Builder builderForValue)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.Builder.setVlanAttachments(int index,
VRF.VlanAttachment value)
The list of VLAN attachments for the VRF.
|
VRF.Builder |
VRF.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Network.Builder |
Network.Builder.setVrf(VRF.Builder builderForValue)
The vrf for the Network.
|
Copyright © 2022 Google LLC. All rights reserved.