public sealed class RouterApplianceInstance : IMessage<RouterApplianceInstance>, IEquatable<RouterApplianceInstance>, IDeepCloneable<RouterApplianceInstance>, IBufferMessage, IMessage
RouterAppliance represents a Router appliance which is specified by a VM URI
and a NIC address.
[[["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-02 UTC."],[[["`RouterApplianceInstance` is a class in the `Google.Cloud.NetworkConnectivity.V1Alpha1` namespace, representing a router appliance defined by a VM URI and NIC address."],["The latest version is `2.0.0-alpha04`, and other available versions include `2.0.0-alpha03` and `1.0.0-alpha03`."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["Key properties include `IpAddress`, `NetworkInterface` (obsolete), `VirtualMachine` (a VM resource URI), and `VirtualMachineAsInstanceName` (an InstanceName view of the VM resource)."],["The class provides two constructors: a default constructor `RouterApplianceInstance()` and another one `RouterApplianceInstance(RouterApplianceInstance other)`, accepting a `RouterApplianceInstance` parameter."]]],[]]