public final class RouterBgpPeerBfd extends com.google.protobuf.GeneratedMessageV3 implements RouterBgpPeerBfdOrBuilder
Protobuf type
google.cloud.compute.v1.RouterBgpPeerBfd| Modifier and Type | Class and Description |
|---|---|
static class |
RouterBgpPeerBfd.Builder |
static class |
RouterBgpPeerBfd.SessionInitializationMode
The BFD session initialization mode for this BGP peer.
|
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 |
MIN_RECEIVE_INTERVAL_FIELD_NUMBER |
static int |
MIN_TRANSMIT_INTERVAL_FIELD_NUMBER |
static int |
MULTIPLIER_FIELD_NUMBER |
static int |
SESSION_INITIALIZATION_MODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RouterBgpPeerBfd |
getDefaultInstance() |
RouterBgpPeerBfd |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getMinReceiveInterval()
The minimum interval, in milliseconds, between BFD control packets received from the peer router.
|
int |
getMinTransmitInterval()
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router.
|
int |
getMultiplier()
The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable.
|
com.google.protobuf.Parser<RouterBgpPeerBfd> |
getParserForType() |
int |
getSerializedSize() |
String |
getSessionInitializationMode()
The BFD session initialization mode for this BGP peer.
|
com.google.protobuf.ByteString |
getSessionInitializationModeBytes()
The BFD session initialization mode for this BGP peer.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMinReceiveInterval()
The minimum interval, in milliseconds, between BFD control packets received from the peer router.
|
boolean |
hasMinTransmitInterval()
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router.
|
boolean |
hasMultiplier()
The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable.
|
boolean |
hasSessionInitializationMode()
The BFD session initialization mode for this BGP peer.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RouterBgpPeerBfd.Builder |
newBuilder() |
static RouterBgpPeerBfd.Builder |
newBuilder(RouterBgpPeerBfd prototype) |
RouterBgpPeerBfd.Builder |
newBuilderForType() |
protected RouterBgpPeerBfd.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RouterBgpPeerBfd |
parseDelimitedFrom(InputStream input) |
static RouterBgpPeerBfd |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeerBfd |
parseFrom(byte[] data) |
static RouterBgpPeerBfd |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeerBfd |
parseFrom(ByteBuffer data) |
static RouterBgpPeerBfd |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeerBfd |
parseFrom(com.google.protobuf.ByteString data) |
static RouterBgpPeerBfd |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeerBfd |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RouterBgpPeerBfd |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RouterBgpPeerBfd |
parseFrom(InputStream input) |
static RouterBgpPeerBfd |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RouterBgpPeerBfd> |
parser() |
RouterBgpPeerBfd.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 MIN_RECEIVE_INTERVAL_FIELD_NUMBER
public static final int MIN_TRANSMIT_INTERVAL_FIELD_NUMBER
public static final int MULTIPLIER_FIELD_NUMBER
public static final int SESSION_INITIALIZATION_MODE_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 boolean hasMinReceiveInterval()
The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the transmit interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.
optional uint32 min_receive_interval = 186981614;hasMinReceiveInterval in interface RouterBgpPeerBfdOrBuilderpublic int getMinReceiveInterval()
The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the transmit interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.
optional uint32 min_receive_interval = 186981614;getMinReceiveInterval in interface RouterBgpPeerBfdOrBuilderpublic boolean hasMinTransmitInterval()
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the corresponding receive interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.
optional uint32 min_transmit_interval = 523282631;hasMinTransmitInterval in interface RouterBgpPeerBfdOrBuilderpublic int getMinTransmitInterval()
The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the corresponding receive interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.
optional uint32 min_transmit_interval = 523282631;getMinTransmitInterval in interface RouterBgpPeerBfdOrBuilderpublic boolean hasMultiplier()
The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.
optional uint32 multiplier = 191331777;hasMultiplier in interface RouterBgpPeerBfdOrBuilderpublic int getMultiplier()
The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.
optional uint32 multiplier = 191331777;getMultiplier in interface RouterBgpPeerBfdOrBuilderpublic boolean hasSessionInitializationMode()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED. Check the SessionInitializationMode enum for the list of possible values.
optional string session_initialization_mode = 105957049;hasSessionInitializationMode in interface RouterBgpPeerBfdOrBuilderpublic String getSessionInitializationMode()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED. Check the SessionInitializationMode enum for the list of possible values.
optional string session_initialization_mode = 105957049;getSessionInitializationMode in interface RouterBgpPeerBfdOrBuilderpublic com.google.protobuf.ByteString getSessionInitializationModeBytes()
The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED. Check the SessionInitializationMode enum for the list of possible values.
optional string session_initialization_mode = 105957049;getSessionInitializationModeBytes in interface RouterBgpPeerBfdOrBuilderpublic 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 RouterBgpPeerBfd parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterBgpPeerBfd parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterBgpPeerBfd parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterBgpPeerBfd parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterBgpPeerBfd parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterBgpPeerBfd parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RouterBgpPeerBfd parseFrom(InputStream input) throws IOException
IOExceptionpublic static RouterBgpPeerBfd parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RouterBgpPeerBfd parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RouterBgpPeerBfd parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RouterBgpPeerBfd parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RouterBgpPeerBfd parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RouterBgpPeerBfd.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RouterBgpPeerBfd.Builder newBuilder()
public static RouterBgpPeerBfd.Builder newBuilder(RouterBgpPeerBfd prototype)
public RouterBgpPeerBfd.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RouterBgpPeerBfd.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RouterBgpPeerBfd getDefaultInstance()
public static com.google.protobuf.Parser<RouterBgpPeerBfd> parser()
public com.google.protobuf.Parser<RouterBgpPeerBfd> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RouterBgpPeerBfd getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.