public interface VRFOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the VRF.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the VRF.
|
VRF.QosPolicy |
getQosPolicy()
The QOS policy applied to this VRF.
|
VRF.QosPolicyOrBuilder |
getQosPolicyOrBuilder()
The QOS policy applied to this VRF.
|
VRF.State |
getState()
The possible state of VRF.
|
int |
getStateValue()
The possible state of VRF.
|
VRF.VlanAttachment |
getVlanAttachments(int index)
The list of VLAN attachments for the VRF.
|
int |
getVlanAttachmentsCount()
The list of VLAN attachments for the VRF.
|
List<VRF.VlanAttachment> |
getVlanAttachmentsList()
The list of VLAN attachments for the VRF.
|
VRF.VlanAttachmentOrBuilder |
getVlanAttachmentsOrBuilder(int index)
The list of VLAN attachments for the VRF.
|
List<? extends VRF.VlanAttachmentOrBuilder> |
getVlanAttachmentsOrBuilderList()
The list of VLAN attachments for the VRF.
|
boolean |
hasQosPolicy()
The QOS policy applied to this VRF.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the VRF.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the VRF.
string name = 1;int getStateValue()
The possible state of VRF.
.google.cloud.baremetalsolution.v2.VRF.State state = 5;VRF.State getState()
The possible state of VRF.
.google.cloud.baremetalsolution.v2.VRF.State state = 5;boolean hasQosPolicy()
The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;VRF.QosPolicy getQosPolicy()
The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;VRF.QosPolicyOrBuilder getQosPolicyOrBuilder()
The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;List<VRF.VlanAttachment> getVlanAttachmentsList()
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
VRF.VlanAttachment getVlanAttachments(int index)
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
int getVlanAttachmentsCount()
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
List<? extends VRF.VlanAttachmentOrBuilder> getVlanAttachmentsOrBuilderList()
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
VRF.VlanAttachmentOrBuilder getVlanAttachmentsOrBuilder(int index)
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
Copyright © 2022 Google LLC. All rights reserved.