public sealed class RouterApplianceInstance : IMessage<RouterApplianceInstance>, IEquatable<RouterApplianceInstance>, IDeepCloneable<RouterApplianceInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class RouterApplianceInstance.
A router appliance instance is a Compute Engine virtual machine (VM) instance
that acts as a BGP speaker. A router appliance instance is specified by the
URI of the VM and the internal IP address of one of the VM's network
interfaces.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The RouterApplianceInstance class is part of the Network Connectivity v1 API and is used to define a Compute Engine VM instance that functions as a BGP speaker."],["This class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its capabilities for message handling, comparison, cloning, and buffer management."],["The RouterApplianceInstance can be constructed using a default constructor or by copying data from another RouterApplianceInstance object."],["Key properties of the RouterApplianceInstance include `IpAddress`, representing the IP used for peering, and `VirtualMachine`, storing the URI of the VM, with a related property `VirtualMachineAsInstanceName` for accessing it as an InstanceName."],["The documentation lists multiple versions of the RouterApplianceInstance, with the latest being 2.9.0, and shows that the content provided is for version 2.4.0."]]],[]]