public interface VRFOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the VRF.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the VRF.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getQosPolicy()
public abstract VRF.QosPolicy getQosPolicy()The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;
| Type | Description |
| VRF.QosPolicy | The qosPolicy. |
getQosPolicyOrBuilder()
public abstract VRF.QosPolicyOrBuilder getQosPolicyOrBuilder()The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;
| Type | Description |
| VRF.QosPolicyOrBuilder |
getState()
public abstract VRF.State getState()The possible state of VRF.
.google.cloud.baremetalsolution.v2.VRF.State state = 5;
| Type | Description |
| VRF.State | The state. |
getStateValue()
public abstract int getStateValue()The possible state of VRF.
.google.cloud.baremetalsolution.v2.VRF.State state = 5;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getVlanAttachments(int index)
public abstract VRF.VlanAttachment getVlanAttachments(int index)The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
| Name | Description |
| index | int |
| Type | Description |
| VRF.VlanAttachment |
getVlanAttachmentsCount()
public abstract int getVlanAttachmentsCount()The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
| Type | Description |
| int |
getVlanAttachmentsList()
public abstract List<VRF.VlanAttachment> getVlanAttachmentsList()The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
| Type | Description |
| List<VlanAttachment> |
getVlanAttachmentsOrBuilder(int index)
public abstract VRF.VlanAttachmentOrBuilder getVlanAttachmentsOrBuilder(int index)The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
| Name | Description |
| index | int |
| Type | Description |
| VRF.VlanAttachmentOrBuilder |
getVlanAttachmentsOrBuilderList()
public abstract List<? extends VRF.VlanAttachmentOrBuilder> getVlanAttachmentsOrBuilderList()The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
| Type | Description |
| List<? extends com.google.cloud.baremetalsolution.v2.VRF.VlanAttachmentOrBuilder> |
hasQosPolicy()
public abstract boolean hasQosPolicy()The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;
| Type | Description |
| boolean | Whether the qosPolicy field is set. |