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-04-09 UTC."],[[["This document provides reference information for the `RouterApplianceInstance` class within the Google Cloud Network Connectivity v1 API, specifically version 2.6.0."],["`RouterApplianceInstance` represents a Compute Engine VM that serves as a BGP speaker, identifiable by its URI and internal IP address."],["The `RouterApplianceInstance` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be constructed with no parameters or another `RouterApplianceInstance`."],["Key properties of `RouterApplianceInstance` include `IpAddress` (the VM's peering IP), `VirtualMachine` (the VM's URI), and `VirtualMachineAsInstanceName` (a typed view of the `VirtualMachine`)."],["There are multiple versions of the `RouterApplianceInstance` available, ranging from version 1.0.0 to the latest version 2.9.0."]]],[]]