public final class VRF extends com.google.protobuf.GeneratedMessageV3 implements VRFOrBuilder
A network VRF.Protobuf type
google.cloud.baremetalsolution.v2.VRF| Modifier and Type | Class and Description |
|---|---|
static class |
VRF.Builder
A network VRF.
|
static class |
VRF.QosPolicy
QOS policy parameters.
|
static interface |
VRF.QosPolicyOrBuilder |
static class |
VRF.State
The possible states for this VRF.
|
static class |
VRF.VlanAttachment
VLAN attachment details.
|
static interface |
VRF.VlanAttachmentOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static int |
QOS_POLICY_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
VLAN_ATTACHMENTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static VRF |
getDefaultInstance() |
VRF |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
The name of the VRF.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the VRF.
|
com.google.protobuf.Parser<VRF> |
getParserForType() |
VRF.QosPolicy |
getQosPolicy()
The QOS policy applied to this VRF.
|
VRF.QosPolicyOrBuilder |
getQosPolicyOrBuilder()
The QOS policy applied to this VRF.
|
int |
getSerializedSize() |
VRF.State |
getState()
The possible state of VRF.
|
int |
getStateValue()
The possible state of VRF.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
boolean |
hasQosPolicy()
The QOS policy applied to this VRF.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VRF.Builder |
newBuilder() |
static VRF.Builder |
newBuilder(VRF prototype) |
VRF.Builder |
newBuilderForType() |
protected VRF.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VRF |
parseDelimitedFrom(InputStream input) |
static VRF |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VRF |
parseFrom(byte[] data) |
static VRF |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VRF |
parseFrom(ByteBuffer data) |
static VRF |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VRF |
parseFrom(com.google.protobuf.ByteString data) |
static VRF |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VRF |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VRF |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VRF |
parseFrom(InputStream input) |
static VRF |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VRF> |
parser() |
VRF.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int QOS_POLICY_FIELD_NUMBER
public static final int VLAN_ATTACHMENTS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The name of the VRF.
string name = 1;getName in interface VRFOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the VRF.
string name = 1;getNameBytes in interface VRFOrBuilderpublic int getStateValue()
The possible state of VRF.
.google.cloud.baremetalsolution.v2.VRF.State state = 5;getStateValue in interface VRFOrBuilderpublic VRF.State getState()
The possible state of VRF.
.google.cloud.baremetalsolution.v2.VRF.State state = 5;getState in interface VRFOrBuilderpublic boolean hasQosPolicy()
The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;hasQosPolicy in interface VRFOrBuilderpublic VRF.QosPolicy getQosPolicy()
The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;getQosPolicy in interface VRFOrBuilderpublic VRF.QosPolicyOrBuilder getQosPolicyOrBuilder()
The QOS policy applied to this VRF.
.google.cloud.baremetalsolution.v2.VRF.QosPolicy qos_policy = 6;getQosPolicyOrBuilder in interface VRFOrBuilderpublic List<VRF.VlanAttachment> getVlanAttachmentsList()
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
getVlanAttachmentsList in interface VRFOrBuilderpublic List<? extends VRF.VlanAttachmentOrBuilder> getVlanAttachmentsOrBuilderList()
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
getVlanAttachmentsOrBuilderList in interface VRFOrBuilderpublic int getVlanAttachmentsCount()
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
getVlanAttachmentsCount in interface VRFOrBuilderpublic VRF.VlanAttachment getVlanAttachments(int index)
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
getVlanAttachments in interface VRFOrBuilderpublic VRF.VlanAttachmentOrBuilder getVlanAttachmentsOrBuilder(int index)
The list of VLAN attachments for the VRF.
repeated .google.cloud.baremetalsolution.v2.VRF.VlanAttachment vlan_attachments = 7;
getVlanAttachmentsOrBuilder in interface VRFOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static VRF parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VRF parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VRF parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VRF parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VRF parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VRF parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VRF parseFrom(InputStream input) throws IOException
IOExceptionpublic static VRF parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VRF parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VRF parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VRF parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VRF parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VRF.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static VRF.Builder newBuilder()
public static VRF.Builder newBuilder(VRF prototype)
public VRF.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected VRF.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static VRF getDefaultInstance()
public static com.google.protobuf.Parser<VRF> parser()
public com.google.protobuf.Parser<VRF> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public VRF getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.