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-03-24 UTC."],[[["The latest version available for `RouterApplianceInstance` is 2.9.0, with several older versions also accessible, ranging back to 1.0.0."],["`RouterApplianceInstance` functions as a BGP speaker, implemented as a Compute Engine VM instance, and is defined by its VM's URI and internal IP address."],["This class, found in the `Google.Cloud.NetworkConnectivity.V1` namespace within the `Google.Cloud.NetworkConnectivity.V1.dll` assembly, implements interfaces for messaging, equality, deep cloning, and buffer handling."],["The class `RouterApplianceInstance` includes properties `IpAddress` and `VirtualMachine` which store the internal IP address and URI of the virtual machine respectively, and also provides a typed view over the `VirtualMachine` resource name with `VirtualMachineAsInstanceName`."],["`RouterApplianceInstance` has two constructors, one default and another to take another `RouterApplianceInstance` object, and inherits basic functionality from the Object class."]]],[]]