public sealed class RouterApplianceInstance : IMessage<RouterApplianceInstance>, IEquatable<RouterApplianceInstance>, IDeepCloneable<RouterApplianceInstance>, IBufferMessage, IMessage
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-17 UTC."],[[["This webpage details the `RouterApplianceInstance` class within the `Google.Cloud.NetworkConnectivity.V1` namespace, showcasing versions ranging from 1.0.0 to 2.9.0 with 2.9.0 being the latest."],["The `RouterApplianceInstance` class represents a Compute Engine virtual machine (VM) that functions as a BGP speaker, identifiable by its VM URI and internal IP address."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `RouterApplianceInstance` class has two constructors, a default constructor, and a copy constructor that takes another `RouterApplianceInstance` as a parameter."],["The class has three properties: `IpAddress`, which holds the VM's IP address for peering; `VirtualMachine`, holding the URI of the VM; and `VirtualMachineAsInstanceName`, offering a typed view of the `VirtualMachine` resource name."]]],[]]